Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #82 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-f84dfab

Python Requirements Update
  • Loading branch information
bmtcril authored Mar 11, 2024
2 parents f84dfab + 558a750 commit 459981f
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.6.0
# via edx-toggles
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -60,7 +60,7 @@ django-waffle==4.1.0
# edx-toggles
djangorestframework==3.14.0
# via django-rest-framework
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.in
# edx-toggles
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -142,7 +142,7 @@ djangorestframework==3.14.0
# -r requirements/quality.txt
# django-mock-queries
# django-rest-framework
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/quality.txt
# edx-toggles
Expand All @@ -167,7 +167,7 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -208,7 +208,7 @@ newrelic==9.7.0
# via
# -r requirements/quality.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -226,7 +226,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -300,7 +300,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.0
pytest==8.1.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -374,7 +374,7 @@ tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cryptography==42.0.5
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -139,13 +139,13 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# build
# keyring
# sphinx
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ newrelic==9.7.0
# edx-django-utils
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -237,7 +237,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==8.1.0
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.10
django==4.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ djangorestframework==3.14.0
# -r requirements/test.txt
# django-mock-queries
# django-rest-framework
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -156,7 +156,7 @@ newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -208,7 +208,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.1.0
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ djangorestframework==3.14.0
# -r requirements/base.txt
# django-mock-queries
# django-rest-framework
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -129,7 +129,7 @@ newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via pytest
pbr==6.0.0
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.1.0
pytest==8.1.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 459981f

Please sign in to comment.