Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
saraburns1 authored Jan 13, 2025
2 parents 24228f1 + faa31f3 commit 0c054a4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand Down
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
model-bakery==1.20.0
model-bakery==1.20.1
# via
# -r requirements/quality.txt
# django-mock-queries
Expand Down Expand Up @@ -283,7 +283,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.0
pygments==2.19.1
# via diff-cover
pylint==3.3.3
# via
Expand Down Expand Up @@ -364,7 +364,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/quality.txt
# superset-api-client
responses==0.25.3
responses==0.25.5
# via -r requirements/quality.txt
simplejson==3.19.3
# via
Expand Down Expand Up @@ -411,8 +411,9 @@ tzdata==2024.2
# -r requirements/quality.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# requests
# responses
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ markupsafe==3.0.2
# xblock
mdurl==0.1.2
# via markdown-it-py
model-bakery==1.20.0
model-bakery==1.20.1
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -239,7 +239,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -305,7 +305,7 @@ requests-oauthlib==2.0.0
# superset-api-client
requests-toolbelt==1.0.0
# via twine
responses==0.25.3
responses==0.25.5
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
Expand Down Expand Up @@ -376,8 +376,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# responses
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ 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.7.0
setuptools==75.8.0
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ markupsafe==3.0.2
# xblock
mccabe==0.7.0
# via pylint
model-bakery==1.20.0
model-bakery==1.20.1
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -277,7 +277,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/test.txt
# superset-api-client
responses==0.25.3
responses==0.25.5
# via -r requirements/test.txt
simplejson==3.19.3
# via
Expand Down Expand Up @@ -318,8 +318,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# responses
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
model-bakery==1.20.0
model-bakery==1.20.1
# via django-mock-queries
newrelic==10.4.0
# via
Expand Down Expand Up @@ -217,7 +217,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# superset-api-client
responses==0.25.3
responses==0.25.5
# via -r requirements/test.in
simplejson==3.19.3
# via
Expand Down Expand Up @@ -253,8 +253,9 @@ tzdata==2024.2
# -r requirements/base.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
# responses
Expand Down

0 comments on commit 0c054a4

Please sign in to comment.