Skip to content

Commit

Permalink
Merge pull request openedx#340 from openedx/jenkins/upgrade-python-re…
Browse files Browse the repository at this point in the history
…quirements-77bf5dc

Python Requirements Update
  • Loading branch information
Ian2012 authored Apr 15, 2024
2 parents 77bf5dc + 54aa9b0 commit 804fe18
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cryptography==42.0.5
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ filelock==3.13.4
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.6
idna==3.7
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -349,7 +349,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/quality.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exceptiongroup==1.2.0
# pytest
fastavro==1.9.4
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -260,7 +260,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exceptiongroup==1.2.0
# pytest
fastavro==1.9.4
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via requests
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -227,7 +227,7 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.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 @@ -98,7 +98,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 804fe18

Please sign in to comment.