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 #165

Merged
merged 1 commit into from
Nov 3, 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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.1
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build==1.0.3
# pip-tools
bump2version==1.0.1
# via -r requirements/dev.in
cachetools==5.3.1
cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -46,7 +46,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
distlib==0.3.7
# via
Expand All @@ -58,7 +58,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -160,7 +160,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -215,7 +215,7 @@ virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading