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 #82

Closed
Closed
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ django==3.2.18
# -r requirements/base.in
pytz==2023.3
# via django
sqlparse==0.4.3
sqlparse==0.4.4
# via django
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.21.0
virtualenv==20.22.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.11.0
filelock==3.12.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -94,7 +94,7 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -196,7 +196,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.0
pygments==2.15.1
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -283,7 +283,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -330,7 +330,7 @@ urllib3==1.26.15
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.21.0
virtualenv==20.22.0
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# keyring
# sphinx
Expand Down Expand Up @@ -120,7 +120,7 @@ pycparser==2.21
# via cffi
pydata-sphinx-theme==0.12.0
# via sphinx-book-theme
pygments==2.15.0
pygments==2.15.1
# via
# doc8
# pydata-sphinx-theme
Expand Down Expand Up @@ -212,7 +212,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
Expand All @@ -233,7 +233,7 @@ tomli==2.0.1
# doc8
# pyproject-hooks
# pytest
tornado==6.2
tornado==6.3.1
# via livereload
twine==4.0.2
# via -r requirements/doc.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1
pip==23.1.1
# via -r requirements/pip.in
setuptools==67.6.1
setuptools==67.7.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exceptiongroup==1.1.1
# pytest
idna==3.4
# via requests
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# keyring
# twine
Expand Down Expand Up @@ -118,7 +118,7 @@ pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.0
pygments==2.15.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -177,7 +177,7 @@ six==1.16.0
# edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.3
sqlparse==0.4.4
# 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 @@ -50,7 +50,7 @@ pytz==2023.3
# django
pyyaml==6.0
# via code-annotations
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
Expand Down