Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 6, 2024
1 parent 4556271 commit d77aa14
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.0.3
# via -r requirements/dev.in
hypothesis==6.108.7
hypothesis==6.108.10
# via -r requirements/pytest.in
idna==3.7
# via requests
Expand Down Expand Up @@ -157,7 +157,7 @@ tomli==2.0.1
# tox
tomlkit==0.13.0
# via pylint
tox==4.16.0
tox==4.17.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ urllib3==2.2.2
# via
# requests
# twine
wheel==0.43.0
wheel==0.44.0
# via -r requirements/kit.in
zipp==3.19.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pycparser==2.22
# via cffi
zope-event==5.0
# via gevent
zope-interface==6.4.post2
zope-interface==7.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.7
hypothesis==6.108.10
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.7
hypothesis==6.108.10
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
tox==4.17.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit d77aa14

Please sign in to comment.