Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #159

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.0
coverage==7.3.1
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
Expand All @@ -34,9 +34,9 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.1
tox==4.11.3
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
22 changes: 9 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
# make upgrade
#
black==23.7.0
black==23.9.1
# via -r requirements/quality.txt
bleach==6.0.0
# via readme-renderer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -42,7 +40,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -106,6 +104,8 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# black
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -168,7 +168,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-mock==3.11.1
# via -r requirements/quality.txt
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -183,8 +183,6 @@ rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
tomli==2.0.1
# via
# -r requirements/ci.txt
Expand All @@ -198,7 +196,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.11.1
tox==4.11.3
# via -r requirements/ci.txt
twine==4.0.2
# via -r requirements/dev.in
Expand All @@ -214,12 +212,10 @@ urllib3==2.0.4
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
webencodings==0.5.1
# via bleach
wheel==0.41.2
# via
# -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# 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.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
black==23.7.0
black==23.9.1
# via -r requirements/quality.in
certifi==2023.7.22
# via
Expand All @@ -16,7 +16,7 @@ charset-normalizer==3.2.0
# requests
click==8.1.7
# via black
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -57,7 +57,7 @@ pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
# via flake8
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -30,7 +30,7 @@ packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading