Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Sep 6, 2023
2 parents af66e08 + d2eb721 commit f16aa0e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ typing-extensions==4.7.1
# via filelock
urllib3==2.0.4
# via requests
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==2.15.6
# pylint-celery
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.0
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
Expand All @@ -39,7 +39,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -60,6 +60,7 @@ idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down Expand Up @@ -143,7 +144,7 @@ pyproject-hooks==1.0.0
# via build
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -204,7 +205,7 @@ urllib3==2.0.4
# via
# requests
# twine
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
webencodings==0.5.1
# via bleach
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.0
# 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
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.6
# pylint-celery
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.0
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -39,6 +39,7 @@ idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==7.4.0
pytest==7.4.1
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -32,7 +32,7 @@ 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 django
sqlparse==0.4.4
# via django
Expand Down

0 comments on commit f16aa0e

Please sign in to comment.