Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Feb 26, 2024
2 parents 638fef4 + 627fcc6 commit 48f9e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
web-fragments==2.1.0
# via xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via pylint
coverage==7.4.3
# via -r requirements/test.txt
Expand Down Expand Up @@ -65,7 +65,7 @@ pluggy==1.4.0
# pytest
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.0.4
pylint==3.1.0
# via -r requirements/quality.in
pytest==8.0.2
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 48f9e76

Please sign in to comment.