Skip to content

Commit

Permalink
Merge pull request #68 from openedx/repo-tools/upgrade-python-require…
Browse files Browse the repository at this point in the history
…ments-7f177af

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Jul 15, 2024
2 parents 7f177af + 70ffb07 commit ef9b435
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via pynacl
Expand All @@ -45,7 +45,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -93,7 +93,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
oauthlib==3.2.2
# via requests-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -51,7 +51,7 @@ cachetools==5.3.3
# tox
celery==5.4.0
# via -r requirements/quality.txt
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -107,7 +107,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -123,7 +123,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -168,7 +168,7 @@ edx-opaque-keys==2.10.0
# via -r requirements/quality.txt
edx-toggles==5.2.0
# via -r requirements/quality.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -237,7 +237,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# black
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -430,11 +430,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build==1.2.1
# via -r requirements/doc.in
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -86,15 +86,15 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -143,7 +143,7 @@ edx-opaque-keys==2.10.0
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -217,11 +217,11 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.3.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand All @@ -40,7 +40,7 @@ black==24.4.2
# via -r requirements/quality.in
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -83,15 +83,15 @@ code-annotations==1.8.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -133,7 +133,7 @@ edx-opaque-keys==2.10.0
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -183,7 +183,7 @@ model-bakery==1.18.2
# django-mock-queries
mypy-extensions==1.0.0
# via black
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -330,7 +330,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ billiard==4.2.0
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -72,7 +72,7 @@ code-annotations==1.8.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -115,7 +115,7 @@ edx-opaque-keys==2.10.0
# via -r requirements/base.txt
edx-toggles==5.2.0
# via -r requirements/base.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ markupsafe==2.1.5
# xblock
model-bakery==1.18.2
# via django-mock-queries
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit ef9b435

Please sign in to comment.