Skip to content

Commit cbe085e

Browse files
Ferenc-pvital
authored andcommitted
ci: Fix CI by pinning flask version
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent acd223f commit cbe085e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ celery>=5.2.7
55
coverage>=5.5
66
Django>=3.2.10
77
fastapi>=0.92.0
8-
flask>=2.2.3
8+
flask==2.2.3
99
markupsafe>=2.1.0
1010
grpcio>=1.37.1
1111
google-cloud-pubsub<=2.1.0

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ celery>=5.2.7
55
coverage>=5.5
66
Django>=3.2.10
77
fastapi>=0.92.0
8-
flask>=2.2.3
8+
flask==2.2.3
99
grpcio>=1.37.1
1010
google-cloud-pubsub<=2.1.0
1111
google-cloud-storage>=1.24.0

0 commit comments

Comments
 (0)