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 3, 2023
1 parent acd1e03 commit 3bc7d2c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pyenchant==3.2.2
# sphinxcontrib-spelling
pygments==2.14.0
# via sphinx
pytz==2023.2
pytz==2023.3
# via babel
requests==2.28.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.0
astroid==2.15.1
# via pylint
attrs==22.2.0
# via
Expand Down Expand Up @@ -43,15 +43,15 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.10.6
filelock==3.10.7
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.70.0
hypothesis==6.70.2
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -140,7 +140,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.2
rich==13.3.3
# via twine
six==1.16.0
# via bleach
Expand All @@ -155,9 +155,9 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
tox==4.4.7
tox==4.4.8
# via
# -r requirements/tox.in
# tox-gh
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cibuildwheel==2.12.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.10.6
filelock==3.10.7
# via cibuildwheel
importlib-metadata==6.1.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/lint.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
astroid==2.15.0
astroid==2.15.1
# via pylint
attrs==22.2.0
# via
Expand Down Expand Up @@ -60,15 +60,15 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.10.6
filelock==3.10.7
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.70.0
hypothesis==6.70.2
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -163,7 +163,7 @@ pytest==7.2.2
# pytest-xdist
pytest-xdist==3.2.1
# via -r requirements/pytest.in
pytz==2023.2
pytz==2023.3
# via babel
readme-renderer==37.3
# via
Expand All @@ -180,7 +180,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.2
rich==13.3.3
# via twine
scriv==1.2.1
# via -r doc/requirements.in
Expand Down Expand Up @@ -231,11 +231,11 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
tornado==6.2
# via livereload
tox==4.4.7
tox==4.4.8
# via
# -r requirements/tox.in
# tox-gh
Expand Down
2 changes: 1 addition & 1 deletion requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.70.0
hypothesis==6.70.2
# via -r requirements/pytest.in
importlib-metadata==6.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.10.6
filelock==3.10.7
# via virtualenv
importlib-metadata==6.1.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.70.0
hypothesis==6.70.2
# via -r requirements/pytest.in
importlib-metadata==6.1.0
# via
Expand Down
4 changes: 2 additions & 2 deletions 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.6
# via virtualenv
filelock==3.10.6
filelock==3.10.7
# via
# tox
# virtualenv
Expand All @@ -39,7 +39,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.4.7
tox==4.4.8
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit 3bc7d2c

Please sign in to comment.