Skip to content

Commit

Permalink
Merge pull request #32 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-d3aa668

Python Requirements Update
  • Loading branch information
bmtcril authored Apr 16, 2024
2 parents d3aa668 + 63769cf commit 2f295a1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ six==1.16.0
# via
# fs
# python-dateutil
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 @@ -36,7 +36,7 @@ billiard==4.2.0
# via
# -r requirements/quality.txt
# celery
black==24.3.0
black==24.4.0
# via
# -r requirements/dev.in
# -r requirements/quality.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ coverage[toml]==7.4.4
# pytest-cov
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 @@ -393,7 +393,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
11 changes: 10 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ certifi==2024.2.2
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.2
# via
Expand Down Expand Up @@ -88,6 +89,8 @@ coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.11
Expand Down Expand Up @@ -168,6 +171,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -325,6 +332,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -357,7 +366,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.4.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 @@ -35,7 +35,7 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
black==24.3.0
black==24.4.0
# via -r requirements/quality.in
celery==5.3.6
# via -r requirements/test.txt
Expand Down Expand Up @@ -302,7 +302,7 @@ six==1.16.0
# python-dateutil
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 @@ -237,7 +237,7 @@ six==1.16.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 2f295a1

Please sign in to comment.