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 2, 2024
1 parent 2a7d977 commit 9c50270
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.2.3
astroid==3.2.4
# via pylint
attrs==23.2.0
# via hypothesis
Expand Down Expand Up @@ -49,11 +49,11 @@ flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.0.3
# via -r requirements/dev.in
hypothesis==6.108.2
hypothesis==6.108.5
# via -r requirements/pytest.in
idna==3.7
# via requests
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# build
# keyring
Expand All @@ -68,7 +68,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jedi==0.19.1
# via pudb
Expand Down Expand Up @@ -108,21 +108,21 @@ pluggy==1.5.0
# via
# pytest
# tox
pudb==2024.1.1
pudb==2024.1.2
# via -r requirements/dev.in
pygments==2.18.0
# via
# -r requirements/pytest.in
# pudb
# readme-renderer
# rich
pylint==3.2.5
pylint==3.2.6
# via -r requirements/dev.in
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.1.0
# via build
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down Expand Up @@ -193,9 +193,9 @@ zipp==3.19.2
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.0.4
setuptools==72.1.0
# via
# -r requirements/pip.in
# check-manifest
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ filelock==3.15.4
# via cibuildwheel
idna==3.7
# via requests
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# build
# keyring
Expand All @@ -41,7 +41,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
keyring==25.2.1
# via twine
Expand Down Expand Up @@ -106,5 +106,5 @@ zipp==3.19.2
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.0.4
setuptools==72.1.0
# via -r requirements/kit.in
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ zope-interface==6.4.post2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.0.4
setuptools==72.1.0
# via
# zope-event
# zope-interface
6 changes: 3 additions & 3 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.2
hypothesis==6.108.5
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.11.0
mypy==1.11.1
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r requirements/pytest.in
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
Expand All @@ -28,7 +28,7 @@ zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via pip-tools
setuptools==71.0.4
setuptools==72.1.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ virtualenv==20.26.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.0.4
setuptools==72.1.0
# via -r requirements/pip.in
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.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.2
hypothesis==6.108.5
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -26,7 +26,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r requirements/pytest.in
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down

0 comments on commit 9c50270

Please sign in to comment.