We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649b648 commit d20bdf7Copy full SHA for d20bdf7
tests/requirements-310.txt
@@ -14,13 +14,16 @@ celery>=5.0.5
14
coverage>=5.5
15
Django>=3.2.10
16
fastapi>=0.65.1
17
-flask>=1.1.4,<2.0.0
+flask>=2.2.0
18
+markupsafe>=2.1.0
19
grpcio>=1.37.1
20
google-cloud-pubsub<=2.1.0
21
google-cloud-storage>=1.24.0
22
lxml>=4.6.3
23
mock>=4.0.3
-moto>=1.3.16,<2.0
24
+# We have to increase the minimum moto version so we can keep markupsafe on the required minimum
25
+# TODO: This appears to break 'test_get_secret_value' in test_boto3_secretsmanager.py
26
+moto>=2.0
27
mysqlclient>=2.0.3
28
nose>=1.3.7
29
PyMySQL[rsa]>=1.0.2
0 commit comments