Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 23, 2024
1 parent 3c5b756 commit 443dd7e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.93.0
hypothesis==6.96.4
# via -r requirements/pytest.in
idna==3.6
# via requests
Expand Down Expand Up @@ -100,7 +100,7 @@ pluggy==1.3.0
# via
# pytest
# tox
pudb==2023.1
pudb==2024.1
# via -r requirements/dev.in
pygments==2.17.2
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.0
tox==4.12.1
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -166,7 +166,7 @@ urllib3==2.1.0
# via
# requests
# twine
urwid==2.4.2
urwid==2.4.6
# 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,9 +6,9 @@
#
cffi==1.16.0
# via -r requirements/light-threads.in
dnspython==2.4.2
dnspython==2.5.0
# via eventlet
eventlet==0.34.3
eventlet==0.35.0
# via -r requirements/light-threads.in
gevent==23.9.1
# via -r requirements/light-threads.in
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.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.93.0
hypothesis==6.96.4
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
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.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.93.0
hypothesis==6.96.4
# 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.12.0
tox==4.12.1
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit 443dd7e

Please sign in to comment.