Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 20, 2024
1 parent c56c3a2 commit d365814
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==3.0.3
# via -r requirements/dev.in
hypothesis==6.98.4
hypothesis==6.98.9
# via -r requirements/pytest.in
idna==3.6
# via requests
Expand Down Expand Up @@ -114,7 +114,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down Expand Up @@ -150,7 +150,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -164,11 +164,11 @@ typing-extensions==4.9.0
# pylint
# rich
# urwid
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
urwid==2.5.3
urwid==2.6.1
# via
# pudb
# urwid-readline
Expand Down
4 changes: 2 additions & 2 deletions requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.16.0
# via -r requirements/light-threads.in
dnspython==2.5.0
dnspython==2.6.1
# via eventlet
eventlet==0.35.1
# via -r requirements/light-threads.in
Expand All @@ -21,7 +21,7 @@ pycparser==2.21
# via cffi
zope-event==5.0
# via gevent
zope-interface==6.1
zope-interface==6.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.98.4
hypothesis==6.98.9
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -30,7 +30,7 @@ pluggy==1.4.0
# via pytest
pygments==2.17.2
# via -r requirements/pytest.in
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.98.4
hypothesis==6.98.9
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -26,7 +26,7 @@ pluggy==1.4.0
# via pytest
pygments==2.17.2
# via -r requirements/pytest.in
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/pytest.in
# pytest-xdist
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.12.1
tox==4.13.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit d365814

Please sign in to comment.