Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 14, 2025
1 parent 836e2e9 commit 328ae98
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==8.1.8
# via edx-django-utils
cryptography==44.0.0
# via pyjwt
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -296,7 +296,7 @@ requests==2.32.3
# edx-drf-extensions
# edx-rest-api-client
# responses
responses==0.25.3
responses==0.25.6
# via -r requirements/quality.txt
semantic-version==2.10.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cryptography==44.0.0
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -236,7 +236,7 @@ requests==2.32.3
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.25.3
responses==0.25.6
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
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
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -212,7 +212,7 @@ requests==2.32.3
# edx-drf-extensions
# edx-rest-api-client
# responses
responses==0.25.3
responses==0.25.6
# via -r requirements/test.txt
semantic-version==2.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ requests==2.32.3
# edx-drf-extensions
# edx-rest-api-client
# responses
responses==0.25.3
responses==0.25.6
# via -r requirements/test.in
semantic-version==2.10.0
# via
Expand Down

0 comments on commit 328ae98

Please sign in to comment.