Skip to content

Commit

Permalink
Merge pull request #701 from vfreex/pin-tenacity-8.3
Browse files Browse the repository at this point in the history
Pin tenacity 8.3
  • Loading branch information
openshift-merge-bot[bot] authored Jun 17, 2024
2 parents a0a2ab5 + d08d117 commit dbea69c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doozer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyyaml >= 5.1
requests
requests_kerberos
semver
tenacity
tenacity ~= 8.3.0 # https://github.com/jd/tenacity/issues/471
wrapt
mysql-connector-python >= 8.0.21
pydantic ~= 1.10.7
Expand Down
2 changes: 1 addition & 1 deletion elliott/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"requests",
"requests-gssapi ~= 1.2.3",
"ruamel.yaml",
"tenacity",
"tenacity ~= 8.3.0", # https://github.com/jd/tenacity/issues/471
"jira >= 3.4.1", # https://github.com/pycontribs/jira/issues/1486
"prettytable"
]
Expand Down
2 changes: 1 addition & 1 deletion pyartcd/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ruamel.yaml
semver ~= 3.0.1
slack_sdk >= 3.13.0
stomp.py ~= 8.1.0
tenacity
tenacity ~= 8.3.0 # https://github.com/jd/tenacity/issues/471
tomli ~= 2.0.1
specfile
aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit dbea69c

Please sign in to comment.