Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #89

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django==4.2.11
# -r requirements/base.in
future==1.0.0
# via pyjwkest
idna==3.6
idna==3.7
# via requests
pycryptodomex==3.20.0
# via pyjwkest
Expand All @@ -28,7 +28,7 @@ requests==2.31.0
# via pyjwkest
six==1.16.0
# via pyjwkest
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
# via asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand All @@ -77,15 +77,15 @@ django==4.2.11
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -94,7 +94,7 @@ future==1.0.0
# via
# -r requirements/quality.txt
# pyjwkest
idna==3.6
idna==3.7
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -231,7 +231,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
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# django
babel==2.14.0
# via sphinx
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ future==1.0.0
# via
# -r requirements/test.txt
# pyjwkest
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -202,7 +202,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 @@ -56,7 +56,7 @@ future==1.0.0
# via
# -r requirements/test.txt
# pyjwkest
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -144,7 +144,7 @@ six==1.16.0
# pyjwkest
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyjwkest
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -77,7 +77,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# pyjwkest
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down
Loading