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 3, 2025
1 parent 156981f commit ae8d3b9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
astroid==3.3.8
# via pylint
attrs==24.3.0
attrs==25.1.0
# via hypothesis
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via check-manifest
cachetools==5.5.1
# via tox
certifi==2024.12.14
certifi==2025.1.31
# via requests
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.124.2
hypothesis==6.125.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
id==1.5.0
# via twine
Expand All @@ -62,7 +62,7 @@ importlib-metadata==8.6.1
# twine
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.0
# via pylint
jaraco-classes==3.4.0
# via keyring
Expand Down Expand Up @@ -115,7 +115,7 @@ pygments==2.19.1
# pudb
# readme-renderer
# rich
pylint==3.3.3
pylint==3.3.4
# via -r requirements/dev.in
pyproject-api==1.9.0
# via tox
Expand Down Expand Up @@ -193,7 +193,7 @@ zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via -r /Users/ned/coverage/trunk/requirements/pip.in
setuptools==75.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bracex==2.5.post1
# via cibuildwheel
build==1.2.2.post1
# via -r requirements/kit.in
certifi==2024.12.14
certifi==2025.1.31
# via
# cibuildwheel
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi==1.17.1
# via -r requirements/light-threads.in
dnspython==2.7.0
# via eventlet
eventlet==0.38.2
eventlet==0.39.0
# via -r requirements/light-threads.in
gevent==24.11.1
# via -r requirements/light-threads.in
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.3.0
attrs==25.1.0
# via hypothesis
colorama==0.4.6
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
Expand All @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
hypothesis==6.124.2
hypothesis==6.125.1
# via -r /Users/ned/coverage/trunk/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 @@ -28,7 +28,7 @@ zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via pip-tools
setuptools==75.8.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ virtualenv==20.28.1
# -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via -r requirements/pip.in
setuptools==75.8.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==24.3.0
attrs==25.1.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.124.2
hypothesis==6.125.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit ae8d3b9

Please sign in to comment.