Skip to content

Commit

Permalink
fix: changed version check as greater or equal
Browse files Browse the repository at this point in the history
Signed-off-by: Cagri Yonca <cagriyonca@gmail.com>
  • Loading branch information
CagriYonca committed Aug 9, 2024
1 parent 5e7f9eb commit 178cd92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/requirements-310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fastapi>=0.92.0
flask>=2.3.2
markupsafe>=2.1.0
grpcio>=1.37.1
google-cloud-pubsub<=2.23.0
google-cloud-pubsub>=2.23.0
google-cloud-storage<=2.14.0
lxml>=4.9.2
mock>=4.0.3
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fastapi>=0.92.0
flask>=2.3.2
markupsafe>=2.1.0
grpcio>=1.37.1
google-cloud-pubsub<=2.23.0
google-cloud-pubsub>=2.23.0
google-cloud-storage<=2.14.0
lxml>=4.9.2
mock>=4.0.3
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Django>=4.2.4
fastapi>=0.92.0
flask>=2.3.2
grpcio>=1.37.1
google-cloud-pubsub<=2.23.0
google-cloud-pubsub>=2.23.0
google-cloud-storage<=2.14.0
lxml>=4.9.2
mock>=4.0.3
Expand Down

0 comments on commit 178cd92

Please sign in to comment.