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

Merged
merged 1 commit into from
Sep 7, 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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -22,7 +22,7 @@ inflection==0.5.1
# via drf-yasg
packaging==23.1
# via drf-yasg
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand Down
13 changes: 8 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bleach==6.0.0
# via
# -r requirements/quality.txt
# readme-renderer
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -51,7 +51,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -69,7 +69,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -105,7 +105,9 @@ idna==3.4
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down Expand Up @@ -244,7 +246,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -257,7 +259,7 @@ python-slugify==8.0.1
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -378,6 +380,7 @@ wrapt==1.15.0
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# importlib-metadata
# importlib-resources
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via secretstorage
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ pygments==2.16.1
# readme-renderer
# rich
# sphinx
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -130,7 +130,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -164,7 +164,7 @@ six==1.16.0
# via bleach
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via secretstorage
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -149,7 +149,7 @@ pytest-django==4.5.2
# via -r requirements/test.txt
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -35,15 +35,15 @@ packaging==23.1
# pytest
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down