Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 20, 2024
1 parent b4b8d68 commit 81fa038
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exceptiongroup==1.2.1
# pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.15.1
filelock==3.15.3
# via
# tox
# virtualenv
Expand All @@ -53,7 +53,7 @@ hypothesis==6.103.2
# via -r requirements/pytest.in
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==7.2.0
# via
# build
# keyring
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.1b2
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.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 @@ -18,9 +18,9 @@ cibuildwheel==2.19.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.15.1
filelock==3.15.3
# via cibuildwheel
importlib-metadata==7.1.0
importlib-metadata==7.2.0
# via build
packaging==24.1
# via
Expand All @@ -45,5 +45,5 @@ zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.0.0
setuptools==70.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==70.0.0
setuptools==70.1.0
# via
# zope-event
# zope-interface
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==7.1.0
importlib-metadata==7.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.0
pip==24.1
# via pip-tools
setuptools==70.0.0
setuptools==70.1.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.3
# via virtualenv
platformdirs==4.2.2
# via virtualenv
virtualenv==20.26.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1b2
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ colorama==0.4.6
# tox
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.3
# via
# tox
# virtualenv
Expand Down

0 comments on commit 81fa038

Please sign in to comment.