Skip to content

Commit

Permalink
Merge pull request #112 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-08a9839

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Dec 9, 2024
2 parents 08a9839 + 213eeaf commit 4578f92
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.0.0
# via edx-toggles
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -59,7 +59,7 @@ djangorestframework==3.15.2
# via -r requirements/base.in
dnspython==2.7.0
# via pymongo
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -77,7 +77,7 @@ kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
mako==1.3.6
mako==1.3.8
# via xblock
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ pyyaml==6.0.2
# code-annotations
# superset-api-client
# xblock
redis==5.2.0
redis==5.2.1
# via -r requirements/base.in
requests==2.32.3
# via
Expand All @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# via superset-api-client
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# fs
# python-dateutil
Expand Down
14 changes: 7 additions & 7 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.3.5
astroid==3.3.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -111,7 +111,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -144,7 +144,7 @@ dnspython==2.7.0
# via
# -r requirements/quality.txt
# pymongo
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/quality.txt
# edx-toggles
Expand Down Expand Up @@ -194,7 +194,7 @@ lxml[html-clean]==5.3.0
# xblock
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
mako==1.3.8
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -352,7 +352,7 @@ pyyaml==6.0.2
# responses
# superset-api-client
# xblock
redis==5.2.0
redis==5.2.1
# via -r requirements/quality.txt
requests==2.32.3
# via
Expand All @@ -370,7 +370,7 @@ simplejson==3.19.3
# via
# -r requirements/quality.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ docutils==0.21.2
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -172,7 +172,7 @@ lxml==5.3.0
# via
# -r requirements/test.txt
# xblock
mako==1.3.6
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -219,7 +219,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
pluggy==1.5.0
# via
Expand Down Expand Up @@ -288,7 +288,7 @@ pyyaml==6.0.2
# xblock
readme-renderer==44.0
# via twine
redis==5.2.0
redis==5.2.1
# via -r requirements/test.txt
requests==2.32.3
# via
Expand Down Expand Up @@ -319,7 +319,7 @@ simplejson==3.19.3
# via
# -r requirements/test.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# fs
Expand Down
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.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -71,15 +71,15 @@ code-annotations==2.0.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -111,7 +111,7 @@ dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -149,7 +149,7 @@ lxml==5.3.0
# via
# -r requirements/test.txt
# xblock
mako==1.3.6
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -265,7 +265,7 @@ pyyaml==6.0.2
# responses
# superset-api-client
# xblock
redis==5.2.0
redis==5.2.1
# via -r requirements/test.txt
requests==2.32.3
# via
Expand All @@ -283,7 +283,7 @@ simplejson==3.19.3
# via
# -r requirements/test.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ code-annotations==2.0.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -95,7 +95,7 @@ dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -125,7 +125,7 @@ lxml==5.3.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.6
mako==1.3.8
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -205,7 +205,7 @@ pyyaml==6.0.2
# responses
# superset-api-client
# xblock
redis==5.2.0
redis==5.2.1
# via -r requirements/base.txt
requests==2.32.3
# via
Expand All @@ -223,7 +223,7 @@ simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# fs
Expand Down

0 comments on commit 4578f92

Please sign in to comment.