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 30, 2024
1 parent 242fc62 commit 83eaf23
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ six==1.17.0
# via
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
web-fragments==2.2.0
# via xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ 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
# -r requirements/tox.txt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -59,7 +59,7 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.28.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.6
astroid==3.3.8
# via pylint
coverage==7.6.9
coverage==7.6.10
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -59,7 +59,7 @@ platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.3.2
pylint==3.3.3
# via -r requirements/quality.in
pymongo==4.10.1
# via
Expand All @@ -86,7 +86,7 @@ six==1.17.0
# -r requirements/base.txt
# 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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.6.9
coverage==7.6.10
# via -r requirements/test.in
dnspython==2.7.0
# via pymongo
Expand Down

0 comments on commit 83eaf23

Please sign in to comment.