Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a8170f

Browse filesBrowse files
authored
[chore] Bump cachecontrol (#819)
1 parent 8727e91 commit 2a8170f
Copy full SHA for 2a8170f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎requirements.txt

Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-localserver >= 0.4.1
66
pytest-asyncio >= 0.16.0
77
pytest-mock >= 3.6.1
88

9-
cachecontrol >= 0.12.6
9+
cachecontrol >= 0.12.14
1010
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
1111
google-api-python-client >= 1.7.8
1212
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
long_description = ('The Firebase Admin Python SDK enables server-side (backend) Python developers '
3838
'to integrate Firebase into their services and applications.')
3939
install_requires = [
40-
'cachecontrol>=0.12.6',
40+
'cachecontrol>=0.12.14',
4141
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"',
4242
'google-api-python-client >= 1.7.8',
4343
'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.