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

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
26 changes: 14 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach==6.0.0
# via -r requirements/base.in
boto3==1.28.21
boto3==1.28.49
# via -r requirements/base.in
botocore==1.31.21
botocore==1.31.49
# via
# boto3
# s3transfer
Expand All @@ -22,15 +22,15 @@ cffi==1.15.1
# via pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.5.0
# via edx-toggles
defusedxml==0.7.1
# via -r requirements/base.in
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -67,9 +67,9 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.in
# edx-toggles
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/base.in
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via -r requirements/base.in
edx-submissions==3.6.0
# via -r requirements/base.in
Expand All @@ -95,7 +95,7 @@ jsonfield==3.1.0
# via
# -r requirements/base.in
# edx-submissions
lazy==1.5
lazy==1.6
# via -r requirements/base.in
loremipsum==1.0.5
# via
Expand All @@ -109,7 +109,7 @@ markupsafe==2.1.3
# via
# jinja2
# xblock
newrelic==8.9.0
newrelic==9.0.0
# via edx-django-utils
path==13.1.0
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ python-swiftclient==3.13.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
Expand All @@ -156,7 +156,7 @@ pyyaml==6.0.1
# xblock
requests==2.31.0
# via python-swiftclient
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
six==1.16.0
# via
Expand All @@ -174,8 +174,10 @@ stevedore==5.1.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.7.1
# via asgiref
typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
urllib3==1.26.16
# via
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ distlib==0.3.7
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.2
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
Expand All @@ -49,11 +49,11 @@ platformdirs==3.10.0
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.5.3
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -64,11 +64,11 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.6.4
tox==4.11.3
# via -r requirements/tox.txt
urllib3==2.0.4
# via requests
virtualenv==20.24.2
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ pygments==2.16.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==4.3.2
# via
Expand Down Expand Up @@ -87,9 +87,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tornado==6.3.2
tornado==6.3.3
# via livereload
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.4
# via requests
Expand Down
12 changes: 8 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading