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

Merged
merged 1 commit into from
Nov 20, 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,11 +6,11 @@
#
asgiref==3.7.2
# via django
babel==2.13.0
babel==2.13.1
# via
# -r requirements/base.in
# enmerkar
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.13.0
babel==2.13.1
# via
# -r requirements/base.in
# enmerkar
# sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -67,9 +67,9 @@ pyflakes==3.1.0
# via
# flake8
# pytest-flakes
pygments==2.16.1
pygments==2.17.1
# via sphinx
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cache
Expand Down Expand Up @@ -122,7 +122,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.6
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
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
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.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.13.0
babel==2.13.1
# via
# -r requirements/base.in
# enmerkar
# sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -67,9 +67,9 @@ pyflakes==3.1.0
# via
# flake8
# pytest-flakes
pygments==2.16.1
pygments==2.17.1
# via sphinx
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cache
Expand Down Expand Up @@ -122,7 +122,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.6
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
12 changes: 6 additions & 6 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.13.0
babel==2.13.1
# via
# -r requirements/base.in
# enmerkar
# sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
# via
Expand Down Expand Up @@ -66,9 +66,9 @@ pyflakes==3.1.0
# via
# flake8
# pytest-flakes
pygments==2.16.1
pygments==2.17.1
# via sphinx
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cache
Expand Down Expand Up @@ -121,7 +121,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.6
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
Loading