Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Python Requirements Update #586

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 @@ -144,7 +144,7 @@ packaging==23.2
# via drf-yasg
pbr==6.0.0
# via stevedore
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
20 changes: 10 additions & 10 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.33.12
boto3==1.34.3
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.33.12
botocore==1.34.3
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -114,7 +114,7 @@ configobj==5.0.8
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/local.txt
# coverage
Expand Down Expand Up @@ -250,7 +250,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==20.1.0
faker==21.0.0
# via
# -r requirements/local.txt
# factory-boy
Expand All @@ -259,7 +259,7 @@ filelock==3.13.1
# -r requirements/local.txt
# tox
# virtualenv
freezegun==1.3.1
freezegun==1.4.0
# via -r requirements/local.txt
idna==3.6
# via
Expand All @@ -281,7 +281,7 @@ iniconfig==2.0.0
# via
# -r requirements/local.txt
# pytest
isort[requirements]==5.13.1
isort[requirements]==5.13.2
# via
# -r requirements/local.txt
# isort
Expand Down Expand Up @@ -322,9 +322,9 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==4.2.11
moto==4.2.12
# via -r requirements/local.txt
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/nonlocal.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -372,7 +372,7 @@ polib==1.2.0
# via
# -r requirements/local.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/local.txt
# edx-django-utils
Expand Down Expand Up @@ -524,7 +524,7 @@ ruamel-yaml-convert==0.3.2
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
s3transfer==0.8.2
s3transfer==0.9.0
# via
# -r requirements/local.txt
# boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.33.12
boto3==1.34.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.33.12
botocore==1.34.3
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -114,7 +114,7 @@ colorama==0.4.6
# tox
configobj==5.0.8
# via ruamel-yaml-cmd
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -250,7 +250,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 @@ -259,7 +259,7 @@ filelock==3.13.1
# -r requirements/test.txt
# tox
# virtualenv
freezegun==1.3.1
freezegun==1.4.0
# via -r requirements/test.txt
idna==3.6
# via
Expand All @@ -282,7 +282,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort[requirements]==5.13.1
isort[requirements]==5.13.2
# via
# -r requirements/test.txt
# isort
Expand Down Expand Up @@ -321,7 +321,7 @@ monotonic==1.6
# via
# -r requirements/test.txt
# analytics-python
moto==4.2.11
moto==4.2.12
# via -r requirements/test.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -366,7 +366,7 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -509,7 +509,7 @@ ruamel-yaml-cmd==0.6.5
# via -r requirements/local.in
ruamel-yaml-convert==0.3.2
# via ruamel-yaml-cmd
s3transfer==0.8.2
s3transfer==0.9.0
# via
# -r requirements/test.txt
# boto3
Expand Down
20 changes: 10 additions & 10 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ billiard==3.6.4.0
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# celery
boto3==1.33.12
boto3==1.34.3
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# moto
botocore==1.33.12
botocore==1.34.3
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -171,7 +171,7 @@ configobj==5.0.8
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# ruamel-yaml-cmd
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -408,7 +408,7 @@ factory-boy==3.3.0
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
faker==20.1.0
faker==21.0.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand All @@ -421,7 +421,7 @@ filelock==3.13.1
# -r requirements/monitoring/../test.txt
# tox
# virtualenv
freezegun==1.3.1
freezegun==1.4.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -464,7 +464,7 @@ iniconfig==2.0.0
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
# pytest
isort[requirements]==5.13.1
isort[requirements]==5.13.2
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -524,12 +524,12 @@ monotonic==1.6
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# analytics-python
moto==4.2.11
moto==4.2.12
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
mysqlclient==2.2.0
mysqlclient==2.2.1
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../production.txt
Expand Down Expand Up @@ -600,7 +600,7 @@ polib==1.2.0
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -826,7 +826,7 @@ ruamel-yaml-convert==0.3.2
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# ruamel-yaml-cmd
s3transfer==0.8.2
s3transfer==0.9.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/nonlocal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/nonlocal.in
pymemcache==4.0.0
# via -r requirements/nonlocal.in
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 @@ -31,11 +31,11 @@ billiard==3.6.4.0
# via
# -r requirements/base.txt
# celery
boto3==1.33.12
boto3==1.34.3
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.33.12
botocore==1.34.3
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -186,7 +186,7 @@ monotonic==1.6
# via
# -r requirements/base.txt
# analytics-python
mysqlclient==2.2.0
mysqlclient==2.2.1
# via
# -r requirements/nonlocal.txt
# -r requirements/production.in
Expand All @@ -209,7 +209,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -274,7 +274,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
semantic-version==2.10.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ billiard==3.6.4.0
# via
# -r requirements/base.txt
# celery
boto3==1.33.12
boto3==1.34.3
# via
# -c requirements/constraints.txt
# moto
botocore==1.33.12
botocore==1.34.3
# via
# boto3
# moto
Expand Down Expand Up @@ -82,7 +82,7 @@ code-annotations==1.5.0
# edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -199,15 +199,15 @@ 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
# -r requirements/test.in
# factory-boy
filelock==3.13.1
# via
# tox
# virtualenv
freezegun==1.3.1
freezegun==1.4.0
# via -r requirements/test.in
idna==3.6
# via
Expand All @@ -219,7 +219,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
isort[requirements]==5.13.1
isort[requirements]==5.13.2
# via
# -r requirements/test.in
# pylint
Expand All @@ -245,7 +245,7 @@ monotonic==1.6
# via
# -r requirements/base.txt
# analytics-python
moto==4.2.11
moto==4.2.12
# via -r requirements/test.in
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -279,7 +279,7 @@ pluggy==1.3.0
# via
# pytest
# tox
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -382,7 +382,7 @@ responses==0.17.0
# -c requirements/constraints.txt
# -r requirements/test.in
# moto
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
semantic-version==2.10.0
# via
Expand Down
Loading