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 Dec 15, 2024
1 parent 5905105 commit 3ad8071
Show file tree
Hide file tree
Showing 3 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 @@ -35,7 +35,7 @@ six==1.17.0
# -r requirements/base.in
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
web-fragments==2.2.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.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -23,7 +23,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
coverage==7.6.9
# via -r requirements/test.txt
Expand Down Expand Up @@ -129,7 +129,7 @@ six==1.17.0
# edx-lint
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via
Expand Down

0 comments on commit 3ad8071

Please sign in to comment.