Skip to content

Commit

Permalink
Merge pull request #204 from petracihalova/async-timeout-upgrade
Browse files Browse the repository at this point in the history
[RHCLOUD-36499] upgrade async-timeout package to the latest version
  • Loading branch information
petracihalova authored Nov 27, 2024
2 parents 115a0e5 + 3f09dd2 commit 23ef171
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ py-healthcheck = "==1.10.1"
prometheus-client = "==0.17.1"
pyyaml = "==6.0.1"
python3-saml = "==1.16.0"
async-timeout = "==4.0.2"
flask = "==3.1.0"
async-timeout = "==5.0.1"

[requires]
python_version = "3.9"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-i https://pypi.org/simple
async-timeout==4.0.2; python_version >= '3.6'
async-timeout==5.0.1; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
cachelib==0.13.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
Expand Down

0 comments on commit 23ef171

Please sign in to comment.