Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 30, 2023
1 parent 7c25ba0 commit 604aafa
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 47 deletions.
43 changes: 20 additions & 23 deletions requirements/dev.pip
Expand Up @@ -4,13 +4,11 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via pylint
attrs==23.1.0
# via hypothesis
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via check-manifest
cachetools==5.3.1
# via tox
Expand Down Expand Up @@ -41,23 +39,24 @@ exceptiongroup==1.1.3
# pytest
execnet==2.0.2
# via pytest-xdist
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.82.6
hypothesis==6.87.0
# via -r requirements/pytest.in
idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# build
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -81,6 +80,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# build
Expand Down Expand Up @@ -108,19 +109,19 @@ pygments==2.16.1
# pudb
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.6
# via -r requirements/dev.in
pyproject-api==1.5.4
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.3.1
# via -r requirements/pytest.in
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/dev.in
# twine
Expand All @@ -133,10 +134,8 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.5.3
# via twine
six==1.16.0
# via bleach
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
Expand All @@ -150,46 +149,44 @@ tomli==2.0.1
# tox
tomlkit==0.12.1
# via pylint
tox==4.10.0
tox==4.11.3
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.1
# via -r requirements/tox.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# twine
urwid==2.1.2
urwid==2.2.2
# via
# pudb
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.24.3
virtualenv==20.24.5
# via
# -r requirements/pip.in
# tox
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.2
# via
# -r requirements/pip.in
# check-manifest
18 changes: 11 additions & 7 deletions requirements/kit.pip
Expand Up @@ -8,25 +8,27 @@ auditwheel==5.4.0
# via -r requirements/kit.in
bashlex==0.18
# via cibuildwheel
bracex==2.3.post1
bracex==2.4
# via cibuildwheel
build==0.10.0
build==1.0.3
# via -r requirements/kit.in
certifi==2023.7.22
# via cibuildwheel
cibuildwheel==2.15.0
cibuildwheel==2.16.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.12.2
filelock==3.12.4
# via cibuildwheel
importlib-metadata==6.8.0
# via build
packaging==23.1
# via
# build
# cibuildwheel
platformdirs==3.10.0
# via cibuildwheel
pyelftools==0.29
pyelftools==0.30
# via auditwheel
pyproject-hooks==1.0.0
# via build
Expand All @@ -35,11 +37,13 @@ tomli==2.0.1
# build
# cibuildwheel
# pyproject-hooks
typing-extensions==4.7.1
typing-extensions==4.8.0
# via cibuildwheel
wheel==0.41.2
# via -r requirements/kit.in
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.1.2
setuptools==68.2.2
# via -r requirements/kit.in
8 changes: 5 additions & 3 deletions requirements/light-threads.pip
Expand Up @@ -4,14 +4,16 @@
#
# make upgrade
#
cffi==1.15.1
cffi==1.16.0
# via -r requirements/light-threads.in
dnspython==2.4.2
# via eventlet
eventlet==0.33.3
# via -r requirements/light-threads.in
gevent==23.7.0
# via -r requirements/light-threads.in
# via
# -c requirements/pins.pip
# -r requirements/light-threads.in
greenlet==2.0.2
# via
# -r requirements/light-threads.in
Expand All @@ -27,7 +29,7 @@ zope-interface==6.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.1.2
setuptools==68.2.2
# via
# zope-event
# zope-interface
6 changes: 3 additions & 3 deletions requirements/mypy.pip
Expand Up @@ -16,7 +16,7 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.82.6
hypothesis==6.87.0
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -28,7 +28,7 @@ packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/pytest.in
# pytest-xdist
Expand All @@ -40,5 +40,5 @@ tomli==2.0.1
# via
# mypy
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via mypy
6 changes: 6 additions & 0 deletions requirements/pins.pip
Expand Up @@ -2,6 +2,12 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

# Version pins, for use as a constraints file.
# gevent depends on greenlet>=3.0rc3, which causes problems:
# The conflict is caused by:
# The user requested greenlet==2.0.2
# eventlet 0.33.3 depends on greenlet>=0.3
# gevent 23.9.1 depends on greenlet>=3.0rc3; platform_python_implementation == "CPython" and python_version >= "3.11"
gevent<23.9

# sphinx-rtd-theme wants <7
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
Expand Down
8 changes: 6 additions & 2 deletions requirements/pip-tools.pip
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,9 +23,11 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via pip-tools
setuptools==68.1.2
setuptools==68.2.2
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.pip
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via virtualenv
platformdirs==3.10.0
# via virtualenv
virtualenv==20.24.3
virtualenv==20.24.5
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Expand Up @@ -16,15 +16,15 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.82.6
hypothesis==6.87.0
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.pip
Expand Up @@ -14,7 +14,7 @@ colorama==0.4.6
# tox
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -28,17 +28,17 @@ platformdirs==3.10.0
# virtualenv
pluggy==1.3.0
# via tox
pyproject-api==1.5.4
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.10.0
tox==4.11.3
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.1
# via -r requirements/tox.in
virtualenv==20.24.3
virtualenv==20.24.5
# via tox

0 comments on commit 604aafa

Please sign in to comment.