Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 14, 2023
1 parent 7b68d12 commit 45ed6ea
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 54 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# click
# sphinx
Expand All @@ -45,13 +45,13 @@ livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via sphinx
pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
pygments==2.14.0
pygments==2.15.0
# via sphinx
pytz==2023.3
# via babel
Expand Down
24 changes: 11 additions & 13 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
#
# make upgrade
#
astroid==2.15.1
astroid==2.15.2
# via pylint
attrs==22.2.0
# via
# hypothesis
# pytest
# via hypothesis
bleach==6.0.0
# via readme-renderer
build==0.10.0
Expand Down Expand Up @@ -43,19 +41,19 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.10.7
filelock==3.11.0
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.70.2
hypothesis==6.71.0
# via -r requirements/pytest.in
idna==3.4
# via requests
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# build
# keyring
Expand Down Expand Up @@ -88,7 +86,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
packaging==23.0
packaging==23.1
# via
# build
# pudb
Expand All @@ -110,18 +108,18 @@ pluggy==1.0.0
# tox
pudb==2022.1.3
# via -r requirements/dev.in
pygments==2.14.0
pygments==2.15.0
# via
# pudb
# readme-renderer
# rich
pylint==2.17.1
pylint==2.17.2
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
Expand All @@ -140,7 +138,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.3
rich==13.3.4
# via twine
six==1.16.0
# via bleach
Expand All @@ -157,7 +155,7 @@ tomli==2.0.1
# tox
tomlkit==0.11.7
# via pylint
tox==4.4.8
tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ cibuildwheel==2.12.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.10.7
filelock==3.11.0
# via cibuildwheel
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# auditwheel
# build
packaging==23.0
packaging==23.1
# via
# build
# cibuildwheel
Expand Down
21 changes: 10 additions & 11 deletions requirements/lint.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
#
alabaster==0.7.13
# via sphinx
astroid==2.15.1
astroid==2.15.2
# via pylint
attrs==22.2.0
# via
# hypothesis
# pytest
# scriv
babel==2.12.1
# via sphinx
Expand Down Expand Up @@ -60,21 +59,21 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.10.7
filelock==3.11.0
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.70.2
hypothesis==6.71.0
# via -r requirements/pytest.in
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# build
# click
Expand Down Expand Up @@ -118,7 +117,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
packaging==23.0
packaging==23.1
# via
# build
# pudb
Expand All @@ -145,19 +144,19 @@ pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
pygments==2.14.0
pygments==2.15.0
# via
# pudb
# readme-renderer
# rich
# sphinx
pylint==2.17.1
pylint==2.17.2
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
Expand All @@ -180,7 +179,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.3
rich==13.3.4
# via twine
scriv==1.2.1
# via -r doc/requirements.in
Expand Down Expand Up @@ -235,7 +234,7 @@ tomlkit==0.11.7
# via pylint
tornado==6.2
# via livereload
tox==4.4.8
tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh
Expand Down
14 changes: 6 additions & 8 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# make upgrade
#
attrs==22.2.0
# via
# hypothesis
# pytest
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.1
Expand All @@ -18,23 +16,23 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.70.2
hypothesis==6.71.0
# via -r requirements/pytest.in
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
mypy==1.1.1
mypy==1.2.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.2
pytest==7.3.1
# 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,13 +8,13 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# build
# click
packaging==23.0
packaging==23.1
# via build
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.10.7
filelock==3.11.0
# via virtualenv
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via virtualenv
platformdirs==3.2.0
# via virtualenv
Expand Down
12 changes: 5 additions & 7 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# make upgrade
#
attrs==22.2.0
# via
# hypothesis
# pytest
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.1
Expand All @@ -18,19 +16,19 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.70.2
hypothesis==6.71.0
# via -r requirements/pytest.in
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.2
pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ colorama==0.4.6
# tox
distlib==0.3.6
# via virtualenv
filelock==3.10.7
filelock==3.11.0
# via
# tox
# virtualenv
importlib-metadata==6.1.0
importlib-metadata==6.3.0
# via
# pluggy
# tox
# virtualenv
packaging==23.0
packaging==23.1
# via
# pyproject-api
# tox
Expand All @@ -39,7 +39,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.4.8
tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit 45ed6ea

Please sign in to comment.