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

Closed
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via django
cffi==1.15.1
# via pynacl
click==8.1.4
click==8.1.6
# via -r requirements/base.in
django==3.2.20
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.1
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.15.1
# pynacl
chardet==5.1.0
# via diff-cover
click==8.1.4
click==8.1.6
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -37,7 +37,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -51,11 +51,11 @@ diff-cover==6.2.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
dill==0.3.6
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -130,9 +130,9 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -159,9 +159,9 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.0.2
pydantic==2.0.3
# via inflect
pydantic-core==2.1.2
pydantic-core==2.3.0
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -212,7 +212,7 @@ pytz==2023.3
# via
# -r requirements/quality.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -273,11 +273,11 @@ typing-extensions==4.7.1
# pydantic
# pydantic-core
# pylint
virtualenv==20.23.1
virtualenv==20.24.1
# via
# -r requirements/ci.txt
# tox
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
Expand All @@ -29,7 +29,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.6
# via -r requirements/test.txt
coverage[toml]==7.2.7
# via
Expand Down Expand Up @@ -213,13 +213,13 @@ typing-extensions==4.7.1
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.16.1
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ cffi==1.15.1
# via
# -r requirements/test.txt
# pynacl
click==8.1.4
click==8.1.6
# via
# -r requirements/test.txt
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.6
dill==0.3.7
# via pylint
django==3.2.20
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pluggy==1.2.0
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ pytz==2023.3
# via
# -r requirements/test.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
six==1.16.0
# via edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.15.1
# via
# -r requirements/base.txt
# pynacl
click==8.1.4
click==8.1.6
# via -r requirements/base.txt
coverage[toml]==7.2.7
# via pytest-cov
Expand Down
Loading