Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 4, 2021
1 parent a89f40e commit 014177f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ markupsafe==2.0.1
# via jinja2
packaging==21.2
# via sphinx
pbr==5.6.0
pbr==5.7.0
# via stevedore
pyenchant==3.2.2
# via
Expand Down Expand Up @@ -97,5 +97,5 @@ urllib3==1.26.7
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==58.3.0
setuptools==58.5.2
# via sphinx
14 changes: 7 additions & 7 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
hypothesis==6.24.0
hypothesis==6.24.1
# via -r requirements/pytest.pip
idna==3.3
# via requests
Expand All @@ -72,7 +72,7 @@ iniconfig==1.1.1
# via
# -r requirements/pytest.pip
# pytest
isort==5.9.3
isort==5.10.0
# via pylint
jedi==0.18.0
# via pudb
Expand Down Expand Up @@ -107,9 +107,9 @@ pluggy==1.0.0
# -r requirements/pytest.pip
# pytest
# tox
pudb==2021.2
pudb==2021.2.2
# via -r requirements/dev.in
py==1.10.0
py==1.11.0
# via
# -r requirements/pytest.pip
# pytest
Expand Down Expand Up @@ -184,7 +184,7 @@ tox==3.24.4
# via -r requirements/dev.in
tqdm==4.62.3
# via twine
twine==3.4.2
twine==3.5.0
# via -r requirements/dev.in
typing-extensions==3.10.0.2
# via
Expand All @@ -198,7 +198,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.9.0
virtualenv==20.10.0
# via
# -r requirements/pip.pip
# tox
Expand All @@ -212,7 +212,7 @@ zipp==3.6.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.pip
setuptools==58.3.0
setuptools==58.5.2
# via
# astroid
# check-manifest
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ wheel==0.37.0
# via -r requirements/kit.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==58.3.0
setuptools==58.5.2
# via -r requirements/kit.in
2 changes: 1 addition & 1 deletion requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via pip-tools
setuptools==58.3.0
setuptools==58.5.2
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platformdirs==2.4.0
# via virtualenv
six==1.16.0
# via virtualenv
virtualenv==20.9.0
virtualenv==20.10.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
hypothesis==6.24.0
hypothesis==6.24.1
# via -r requirements/pytest.in
iniconfig==1.1.1
# via pytest
packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
py==1.10.0
py==1.11.0
# via
# pytest
# pytest-forked
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.10.0
py==1.11.0
# via tox
pyparsing==2.4.7
# via packaging
Expand All @@ -34,5 +34,5 @@ tox==3.24.4
# tox-gh-actions
tox-gh-actions==2.8.1
# via -r requirements/tox.in
virtualenv==20.9.0
virtualenv==20.10.0
# via tox

0 comments on commit 014177f

Please sign in to comment.