Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored May 30, 2024
2 parents 3ea465c + 5d6a89c commit b23b839
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ drf-yasg==1.21.7
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==5.13.0
edx-django-utils==5.14.1
# via
# -r requirements/base.in
# edx-drf-extensions
Expand Down Expand Up @@ -102,7 +102,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.9.1
newrelic==9.10.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -161,7 +161,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.8.0
# via -r requirements/test.in
colorama==0.4.6
# via pylint
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -113,7 +113,7 @@ drf-yasg==1.21.7
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
edx-django-utils==5.13.0
edx-django-utils==5.14.1
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand All @@ -140,7 +140,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.2.0
faker==25.3.0
# via factory-boy
filelock==3.14.0
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ more-itertools==5.0.0
# -r requirements/test.in
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.9.1
newrelic==9.10.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -230,7 +230,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -297,7 +297,7 @@ tomli==2.0.1
# tox
tox==3.28.0
# via -r requirements/test.in
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit b23b839

Please sign in to comment.