Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
bf5c8f3
Update enum34 from 1.1.6 to 1.1.10
pyup-bot Dec 2, 2024
14548d2
Update enum34 from 1.1.6 to 1.1.10
pyup-bot Dec 2, 2024
bd8b4e1
Update google-api-python-client from 1.6.7 to 2.154.0
pyup-bot Dec 2, 2024
aa3b285
Update google-api-python-client from 1.6.7 to 2.154.0
pyup-bot Dec 2, 2024
b5b22ad
Update requests from 2.21.0 to 2.32.3
pyup-bot Dec 2, 2024
46c812f
Update requests from 2.21.0 to 2.32.3
pyup-bot Dec 2, 2024
f44441b
Update pytest from 4.3.1 to 8.3.4
pyup-bot Dec 2, 2024
3c0b86a
Update pytest from 4.3.1 to 8.3.4
pyup-bot Dec 2, 2024
46c8019
Update pytest-cov from 2.6.1 to 6.0.0
pyup-bot Dec 2, 2024
f8c4862
Update pytest-cov from 2.6.1 to 6.0.0
pyup-bot Dec 2, 2024
925335e
Update pytest-flake8 from 1.0.4 to 1.3.0
pyup-bot Dec 2, 2024
71d9a16
Update pytest-flake8 from 1.0.4 to 1.3.0
pyup-bot Dec 2, 2024
595f330
Update mock from 2.0.0 to 5.1.0
pyup-bot Dec 2, 2024
c061356
Update mock from 2.0.0 to 5.1.0
pyup-bot Dec 2, 2024
46a829c
Update requests-mock from 1.5.2 to 1.12.1
pyup-bot Dec 2, 2024
91a015f
Update requests-mock from 1.5.2 to 1.12.1
pyup-bot Dec 2, 2024
3ca25e0
Update httplib2 from 0.12.1 to 0.22.0
pyup-bot Dec 2, 2024
85651e3
Update httplib2 from 0.12.1 to 0.22.0
pyup-bot Dec 2, 2024
9702fa9
Update certifi from 2019.3.9 to 2024.8.30
pyup-bot Dec 2, 2024
b998c88
Update chardet from 3.0.4 to 5.2.0
pyup-bot Dec 2, 2024
842de38
Update idna from 2.8 to 3.10
pyup-bot Dec 2, 2024
434cf07
Update pyasn1 from 0.4.5 to 0.6.1
pyup-bot Dec 2, 2024
78844ea
Update pyasn1-modules from 0.2.4 to 0.4.1
pyup-bot Dec 2, 2024
590c1df
Update rsa from 4.0 to 4.9
pyup-bot Dec 2, 2024
df30108
Update six from 1.12.0 to 1.16.0
pyup-bot Dec 2, 2024
fed9888
Update toml from 0.10.0 to 0.10.2
pyup-bot Dec 2, 2024
edc5825
Update uritemplate from 3.0.0 to 4.1.1
pyup-bot Dec 2, 2024
1ea3e57
Update urllib3 from 1.24.1 to 2.2.3
pyup-bot Dec 2, 2024
0ed7413
Update atomicwrites from 1.3.0 to 1.4.1
pyup-bot Dec 2, 2024
4a707e1
Update attrs from 19.1.0 to 24.2.0
pyup-bot Dec 2, 2024
40f48d9
Update colorama from 0.4.1 to 0.4.6
pyup-bot Dec 2, 2024
fd7efe3
Update coverage from 4.5.3 to 7.6.8
pyup-bot Dec 2, 2024
d5ac3a3
Update entrypoints from 0.3 to 0.4
pyup-bot Dec 2, 2024
db88592
Update flake8 from 3.7.7 to 7.1.1
pyup-bot Dec 2, 2024
b30a2f6
Update mccabe from 0.6.1 to 0.7.0
pyup-bot Dec 2, 2024
672adf6
Update more-itertools from 7.0.0 to 10.5.0
pyup-bot Dec 2, 2024
8d865cd
Update pbr from 5.1.3 to 6.1.0
pyup-bot Dec 2, 2024
eb76b53
Update pluggy from 0.9.0 to 1.5.0
pyup-bot Dec 2, 2024
bcb1235
Update py from 1.8.0 to 1.11.0
pyup-bot Dec 2, 2024
ba30c3c
Update pycodestyle from 2.5.0 to 2.12.1
pyup-bot Dec 2, 2024
8ea7453
Update pyflakes from 2.1.1 to 3.2.0
pyup-bot Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
pytest = "==4.3.1"
pytest-cov = "==2.6.1"
pytest-flake8 = "==1.0.4"
mock = "==2.0.0"
requests-mock = "==1.5.2"
"httplib2" = "==0.12.1"
httplib2 = "==0.22.0"
mock = "==5.1.0"
pytest = "==8.3.4"
pytest-cov = "==6.0.0"
pytest-flake8 = "==1.3.0"
requests-mock = "==1.12.1"

[packages]
"enum34" = "==1.1.6"
google-api-python-client = "==1.6.7"
requests = "==2.21.0"
enum34 = "==1.1.10"
google-api-python-client = "==2.154.0"
pipfile = "==0.0.2"
requests = "==2.32.3"

[requires]
python_version = "3.7"
Loading