Skip to content

Commit

Permalink
Merge pull request #129 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-1d19463

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 20, 2023
2 parents 1d19463 + c4d8183 commit 422c09c
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
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

0 comments on commit 422c09c

Please sign in to comment.