Skip to content

Commit

Permalink
Pin tenacity 8.3
Browse files Browse the repository at this point in the history
8.4.0 is broken:

```
  File "/mnt/jenkins-workspace/aos-cd-builds_build_ocp4_scan/art-venv/lib64/python3.9/site-packages/tenacity/__init__.py", line 653, in <module>
    from tenacity.asyncio import AsyncRetrying  # noqa:E402,I100
ModuleNotFoundError: No module named 'tenacity.asyncio'
```
  • Loading branch information
vfreex committed Jun 17, 2024
1 parent 8a52842 commit d08d117
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 d08d117

Please sign in to comment.