We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd79d4b commit 747e15cCopy full SHA for 747e15c
2 files changed
authenticating-users/requirements.txt
@@ -2,5 +2,5 @@
2
Flask==2.2.2
3
cryptography==39.0.0
4
python-jose[cryptography]==3.3.0
5
-requests==2.28.1
+requests==2.28.2
6
# [END getting_started_requirements]
requirements.txt
@@ -1,5 +1,5 @@
1
-flake8==5.0.4; python_version < '3.8'
+flake8===5.0.4; python_version < '3.8'
flake8==6.0.0; python_version >= '3.8'
pytest==7.2.0
nox==2022.11.21
0 commit comments