Skip to content

Commit d20bdf7

Browse files
committed
feat(test): Test with Flask 2.2 on Python 3.10
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 649b648 commit d20bdf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/requirements-310.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ celery>=5.0.5
1414
coverage>=5.5
1515
Django>=3.2.10
1616
fastapi>=0.65.1
17-
flask>=1.1.4,<2.0.0
17+
flask>=2.2.0
18+
markupsafe>=2.1.0
1819
grpcio>=1.37.1
1920
google-cloud-pubsub<=2.1.0
2021
google-cloud-storage>=1.24.0
2122
lxml>=4.6.3
2223
mock>=4.0.3
23-
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
2427
mysqlclient>=2.0.3
2528
nose>=1.3.7
2629
PyMySQL[rsa]>=1.0.2

0 commit comments

Comments
 (0)