Skip to content

Commit f370c97

Browse files
Bump httplib2 from 0.18.0 to 0.19.0
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/httplib2/httplib2/releases) - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](httplib2/httplib2@v0.18.0...v0.19.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 412b1a8 commit f370c97

File tree

3 files changed

+46
-8
lines changed

3 files changed

+46
-8
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ google-api-python-client = "==1.7.11"
1616
google-auth = "==1.10.0"
1717
google-auth-httplib2 = "==0.0.3"
1818
gspread = "==3.1.0"
19-
httplib2 = "==0.18.0"
19+
httplib2 = "==0.19.0"
2020
idna = "==2.8"
2121
jmespath = "==0.9.4"
2222
oauth2client = "==4.1.3"

Pipfile.lock

Lines changed: 36 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
18
-i https://pypi.org/simple/
29
botocore==1.13.46
310
cachetools==4.0.0
@@ -9,12 +16,13 @@ google-api-python-client==1.7.11
916
google-auth-httplib2==0.0.3
1017
google-auth==1.10.0
1118
gspread==3.1.0
12-
httplib2==0.18.0
19+
httplib2==0.19.0
1320
idna==2.8
1421
jmespath==0.9.4
1522
oauth2client==4.1.3
1623
pyasn1-modules==0.2.7
1724
pyasn1==0.4.8
25+
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
1826
python-dateutil==2.8.1
1927
requests==2.22.0
2028
rsa==4.0

0 commit comments

Comments
 (0)