Skip to content

Commit

Permalink
build(deps): bump tenacity from 8.3.0 to 9.0.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 9.0.0.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.3.0...9.0.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8c50eb0 commit 34a1762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ sniffio==1.3.1
# anyio
sortedcontainers==2.4.0
# via hypothesis
tenacity==8.3.0
tenacity==9.0.0
# via -r requirements.txt
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyjwt>=2.4.0<3
python-dateutil<3
python-snappy
rich~=13.7.1
tenacity<9
tenacity<10
typing-extensions
ujson<6
watchfiles<1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.1
# via anyio
tenacity==8.3.0
tenacity==9.0.0
# via -r requirements.in
typing-extensions==4.12.1
# via
Expand Down

0 comments on commit 34a1762

Please sign in to comment.