Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Jan 20, 2025
2 parents 9940fa3 + 405a5a2 commit a41e2fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
coverage==7.6.10
# via -r requirements/test.txt
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/tox.txt
# tox

0 comments on commit a41e2fa

Please sign in to comment.