Skip to content

Commit

Permalink
Merge branch 'master' into kevin-brown-nedbatGH-1541
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-brown committed Apr 24, 2023
2 parents cafce90 + c0a17c5 commit 1a57d88
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 42 deletions.
9 changes: 5 additions & 4 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
attrs==22.2.0
attrs==23.1.0
# via scriv
babel==2.12.1
# via sphinx
Expand All @@ -32,8 +32,9 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# attrs
# click
# sphinx
# sphinxcontrib-spelling
Expand All @@ -51,15 +52,15 @@ pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
pygments==2.15.0
pygments==2.15.1
# via sphinx
pytz==2023.3
# via babel
requests==2.28.2
# via
# scriv
# sphinx
scriv==1.2.1
scriv==1.3.1
# via -r doc/requirements.in
six==1.16.0
# via livereload
Expand Down
19 changes: 10 additions & 9 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
astroid==2.15.2
astroid==2.15.4
# via pylint
attrs==22.2.0
attrs==23.1.0
# via hypothesis
bleach==6.0.0
# via readme-renderer
Expand Down Expand Up @@ -41,20 +41,21 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.71.0
hypothesis==6.72.2
# via -r requirements/pytest.in
idna==3.4
# via requests
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# attrs
# build
# keyring
# pluggy
Expand Down Expand Up @@ -108,7 +109,7 @@ pluggy==1.0.0
# tox
pudb==2022.1.3
# via -r requirements/dev.in
pygments==2.15.0
pygments==2.15.1
# via
# pudb
# readme-renderer
Expand Down Expand Up @@ -155,7 +156,7 @@ tomli==2.0.1
# tox
tomlkit==0.11.7
# via pylint
tox==4.4.12
tox==4.5.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down Expand Up @@ -184,7 +185,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.21.0
virtualenv==20.22.0
# via
# -r requirements/pip.in
# tox
Expand All @@ -198,7 +199,7 @@ zipp==3.15.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.1
# via -r requirements/pip.in
setuptools==65.7.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ build==0.10.0
# via -r requirements/kit.in
certifi==2022.12.7
# via cibuildwheel
cibuildwheel==2.12.1
cibuildwheel==2.12.3
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.11.0
filelock==3.12.0
# via cibuildwheel
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# auditwheel
# build
Expand Down
21 changes: 11 additions & 10 deletions requirements/lint.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
alabaster==0.7.13
# via sphinx
astroid==2.15.2
astroid==2.15.4
# via pylint
attrs==22.2.0
attrs==23.1.0
# via
# hypothesis
# scriv
Expand Down Expand Up @@ -59,22 +59,23 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.71.0
hypothesis==6.72.2
# via -r requirements/pytest.in
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# attrs
# build
# click
# keyring
Expand Down Expand Up @@ -144,7 +145,7 @@ pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
pygments==2.15.0
pygments==2.15.1
# via
# pudb
# readme-renderer
Expand Down Expand Up @@ -181,7 +182,7 @@ rfc3986==2.0.0
# via twine
rich==13.3.4
# via twine
scriv==1.2.1
scriv==1.3.1
# via -r doc/requirements.in
six==1.16.0
# via
Expand Down Expand Up @@ -234,7 +235,7 @@ tomlkit==0.11.7
# via pylint
tornado==6.2
# via livereload
tox==4.4.12
tox==4.5.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down Expand Up @@ -263,7 +264,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.21.0
virtualenv==20.22.0
# via
# -r requirements/pip.in
# tox
Expand All @@ -277,7 +278,7 @@ zipp==3.15.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.1
# via -r requirements/pip.in
setuptools==65.7.0
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==22.2.0
attrs==23.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -16,10 +16,11 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.71.0
hypothesis==6.72.2
# via -r requirements/pytest.in
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# attrs
# pluggy
# pytest
iniconfig==2.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# build
# click
Expand All @@ -30,7 +30,7 @@ zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.1
# via pip-tools
setuptools==65.7.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via virtualenv
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via virtualenv
platformdirs==3.2.0
# via virtualenv
typing-extensions==4.5.0
# via
# importlib-metadata
# platformdirs
virtualenv==20.21.0
virtualenv==20.22.0
# via -r requirements/pip.in
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.1
# via -r requirements/pip.in
setuptools==65.7.0
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==22.2.0
attrs==23.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -16,10 +16,11 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.71.0
hypothesis==6.72.2
# via -r requirements/pytest.in
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# attrs
# pluggy
# pytest
iniconfig==2.0.0
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ colorama==0.4.6
# tox
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
importlib-metadata==6.3.0
importlib-metadata==6.6.0
# via
# pluggy
# tox
Expand All @@ -39,7 +39,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.4.12
tox==4.5.0
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -50,7 +50,7 @@ typing-extensions==4.5.0
# importlib-metadata
# platformdirs
# tox
virtualenv==20.21.0
virtualenv==20.22.0
# via tox
zipp==3.15.0
# via importlib-metadata

0 comments on commit 1a57d88

Please sign in to comment.