Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Nov 25, 2024
2 parents e75ea1d + b764732 commit eddea9a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.1
code-annotations==1.8.2
# via edx-toggles
django==4.2.16
# via
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.0
edx-django-utils==7.0.1
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -84,7 +84,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
oauthlib==3.2.2
# via requests-oauthlib
Expand Down Expand Up @@ -134,7 +134,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -144,7 +144,7 @@ dnspython==2.7.0
# via
# -r requirements/quality.txt
# pymongo
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/quality.txt
# edx-toggles
Expand Down Expand Up @@ -216,7 +216,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# black
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -384,7 +384,7 @@ sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -438,7 +438,7 @@ webob==1.8.9
# via
# -r requirements/quality.txt
# xblock
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -123,7 +123,7 @@ docutils==0.21.2
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -196,7 +196,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -352,7 +352,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -111,7 +111,7 @@ dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -167,7 +167,7 @@ model-bakery==1.20.0
# django-mock-queries
mypy-extensions==1.0.0
# via black
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -295,7 +295,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# 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.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -137,7 +137,7 @@ markupsafe==3.0.2
# xblock
model-bakery==1.20.0
# via django-mock-queries
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -232,7 +232,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit eddea9a

Please sign in to comment.