Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Sep 12, 2023
2 parents 32b1d10 + 6179fe4 commit b1af93e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 28 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.15.1
# via pynacl
click==8.1.7
# via edx-django-utils
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 @@ -36,7 +36,7 @@ pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tox-travis==0.13
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==2.15.6
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -38,7 +38,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 @@ -52,7 +52,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 @@ -194,7 +194,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -211,7 +211,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 @@ -279,7 +279,7 @@ typing-extensions==4.7.1
# astroid
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
Expand Down
17 changes: 7 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
cffi==1.15.1
Expand All @@ -33,15 +31,15 @@ click==8.1.7
# via
# -r requirements/test.txt
# edx-django-utils
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
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 @@ -109,6 +107,8 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -146,7 +146,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -159,13 +159,13 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# freezegun
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
# django
# djangorestframework
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/doc.in
# twine
Expand All @@ -185,7 +185,6 @@ secretstorage==3.3.3
six==1.16.0
# via
# -r requirements/test.txt
# bleach
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -235,8 +234,6 @@ urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.16.2
# via
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
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 @@ -27,15 +27,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
ddt==1.6.0
# via -r requirements/test.txt
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 @@ -125,7 +125,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -140,7 +140,7 @@ python-dateutil==2.8.2
# freezegun
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 @@ -16,7 +16,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -68,7 +68,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -78,7 +78,7 @@ pytest-django==4.5.2
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit b1af93e

Please sign in to comment.