Skip to content

Commit 6973c89

Browse files
committed
chore: update dependencies
1 parent 6ecf5c3 commit 6973c89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask>=2.2.2
22
PyYAML>=6.0
33
pytest>=7.1.2
44
setuptools>=63.4.2
5-
pylint>=2.15.3
5+
pylint>=2.16.1
66
pytest-cov>=3.0.0
7-
mypy>=0.971
7+
mypy>=1.0.0

setup.py

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

2121
install_requires = [
2222
'flask>=2.1.2', 'functions-framework>=3.0.0', 'firebase-admin>=6.0.0',
23-
'pyyaml>=6.0', 'typing-extensions>=4.3.0', 'cloudevents==1.9.0',
23+
'pyyaml>=6.0', 'typing-extensions>=4.4.0', 'cloudevents==1.9.0',
2424
'flask-cors>=3.0.10', 'pyjwt[crypto]>=2.5.0'
2525
]
2626

0 commit comments

Comments
 (0)