Skip to content

Commit fbc3371

Browse files
authored
Merge branch 'main' into mc/zizmor
2 parents 8d24b4b + c5e66f8 commit fbc3371

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

firebase_admin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""About information (version, etc) for Firebase Admin SDK."""
1616

17-
__version__ = '7.4.0'
17+
__version__ = '7.5.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ astroid == 3.3.11
22
pylint == 3.3.9
33
pytest >= 8.4.2
44
pytest-cov >= 2.4.0
5-
pytest-localserver >= 0.4.1
5+
pytest-localserver >= 0.10.0
66
pytest-asyncio >= 0.26.0
7-
pytest-mock >= 3.6.1
7+
pytest-mock >= 3.15.1
88
respx == 0.23.1
99

1010
cachecontrol >= 0.14.3

0 commit comments

Comments
 (0)