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 8, 2024
1 parent 0c9b896 commit b9501d6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
astroid==3.2.4
# via pylint
attrs==24.1.0
attrs==24.2.0
# via hypothesis
backports-tarfile==1.2.0
# via jaraco-context
Expand Down 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.110.0
# via -r requirements/pytest.in
idna==3.7
# via requests
Expand Down Expand Up @@ -82,7 +82,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
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.1
# via
# -r requirements/tox.in
# tox-gh
Expand Down
4 changes: 2 additions & 2 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand Down 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
4 changes: 2 additions & 2 deletions requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cffi==1.16.0
cffi==1.17.0
# via -r requirements/light-threads.in
dnspython==2.6.1
# via eventlet
Expand All @@ -21,7 +21,7 @@ pycparser==2.22
# via cffi
zope-event==5.0
# via gevent
zope-interface==6.4.post2
zope-interface==7.0.1
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==24.1.0
attrs==24.2.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -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.110.0
# 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
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==24.1.0
attrs==24.2.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -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.110.0
# 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.1
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit b9501d6

Please sign in to comment.