Skip to content

Commit

Permalink
Merge pull request #188 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-47cd8cd

Python Requirements Update
  • Loading branch information
farhan authored May 13, 2024
2 parents 47cd8cd + 24ba30a commit e35812c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.11
django==4.2.13
# 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,7 +23,7 @@ coverage==7.5.1
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ tomli==2.0.1
# -r requirements/test.txt
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
# via
Expand Down

0 comments on commit e35812c

Please sign in to comment.