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

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
22 changes: 11 additions & 11 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ backports-zoneinfo==0.2.1
# -r requirements/dev.txt
# -r requirements/production.txt
# django
bcrypt==4.1.1
bcrypt==4.1.2
# via
# -r requirements/dev.txt
# paramiko
Expand All @@ -55,11 +55,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.33.12
boto3==1.34.3
# via
# -r requirements/production.txt
# django-ses
botocore==1.33.12
botocore==1.34.3
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -122,7 +122,7 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.3.2
coverage==7.3.3
# via -r requirements/dev.txt
cryptography==41.0.7
# via
Expand Down Expand Up @@ -344,7 +344,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/dev.txt
faker==20.1.0
faker==21.0.0
# via
# -r requirements/dev.txt
# factory-boy
Expand All @@ -358,7 +358,7 @@ filelock==3.13.1
# -r requirements/dev.txt
# tox
# virtualenv
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/dev.txt
# aiohttp
Expand Down Expand Up @@ -393,7 +393,7 @@ iniconfig==2.0.0
# via
# -r requirements/dev.txt
# pytest
isort==5.13.1
isort==5.13.2
# via
# -r requirements/dev.txt
# pylint
Expand Down Expand Up @@ -449,7 +449,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/dev.txt
# black
mysqlclient==2.2.0
mysqlclient==2.2.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -491,7 +491,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
paramiko==3.3.1
paramiko==3.4.0
# via
# -r requirements/dev.txt
# docker
Expand Down Expand Up @@ -530,7 +530,7 @@ polib==1.2.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -680,7 +680,7 @@ requests-oauthlib==1.3.1
# social-auth-core
responses==0.24.1
# via -r requirements/dev.txt
s3transfer==0.8.2
s3transfer==0.9.0
# via
# -r requirements/production.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ markupsafe==2.1.3
# via jinja2
monotonic==1.6
# via segment-analytics-python
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/base.in
newrelic==9.3.0
# via
Expand All @@ -201,7 +201,7 @@ pillow==10.1.0
# via -r requirements/base.in
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
bcrypt==4.1.1
bcrypt==4.1.2
# via paramiko
black==23.12.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.3.2
coverage==7.3.3
# via -r requirements/test.txt
cryptography==41.0.7
# via
Expand Down Expand Up @@ -259,7 +259,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==20.1.0
faker==21.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -272,7 +272,7 @@ filelock==3.13.1
# -r requirements/test.txt
# tox
# virtualenv
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/test.txt
# aiohttp
Expand All @@ -296,7 +296,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.1
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -338,7 +338,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# black
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/test.txt
newrelic==9.3.0
# via
Expand Down Expand Up @@ -368,7 +368,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
paramiko==3.3.1
paramiko==3.4.0
# via docker
path==16.9.0
# via
Expand Down Expand Up @@ -400,7 +400,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ backports-zoneinfo==0.2.1
# django
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.33.12
boto3==1.34.3
# via django-ses
botocore==1.33.12
botocore==1.34.3
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -237,7 +237,7 @@ monotonic==1.6
# via
# -r requirements/base.txt
# segment-analytics-python
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.3.0
# via
Expand Down Expand Up @@ -280,7 +280,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -361,7 +361,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
sailthru-client==2.2.3
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
coverage==7.3.2
coverage==7.3.3
# via -r requirements/test.in
cryptography==41.0.7
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==20.1.0
faker==21.0.0
# via factory-boy
fastavro==1.9.1
# via
Expand All @@ -228,7 +228,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
Expand All @@ -249,7 +249,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
isort==5.13.1
isort==5.13.2
# via
# -r requirements/test.in
# pylint
Expand Down Expand Up @@ -284,7 +284,7 @@ multidict==6.0.4
# yarl
mypy-extensions==1.0.0
# via black
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.3.0
# via
Expand Down Expand Up @@ -339,7 +339,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading