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

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
35 changes: 17 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ backoff==2.2.1
# via -r requirements/base.in
backports-zoneinfo==0.2.1
# via django
boto3==1.28.68
boto3==1.34.29
# via -r requirements/base.in
botocore==1.31.68
botocore==1.34.29
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==4.2.6
django==4.2.9
# via
# -r requirements/base.in
# django-crum
Expand All @@ -36,64 +36,63 @@ django-crum==0.7.9
# via edx-django-utils
django-storages==1.14.2
# via -r requirements/base.in
django-waffle==4.0.0
django-waffle==4.1.0
# via edx-django-utils
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.7.0
edx-django-utils==5.10.1
# via -r requirements/base.in
gunicorn==21.2.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
isort==5.12.0
isort==5.13.2
# via -r requirements/base.in
jmespath==1.0.1
# via
# boto3
# botocore
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/base.in
newrelic==9.1.1
newrelic==9.6.0
# via
# -r requirements/base.in
# edx-django-utils
packaging==23.2
# via gunicorn
path-py==11.0.1
# via -r requirements/base.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
psutil==5.9.6
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via botocore
python-memcached==1.59
python-memcached==1.62
# via -r requirements/base.in
python-termstyle==0.1.10
# via -r requirements/base.in
pytz==2023.3.post1
pytz==2023.4
# via -r requirements/base.in
pyyaml==6.0.1
# via edx-django-release-util
requests==2.31.0
# via -r requirements/base.in
s3transfer==0.7.0
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
# edx-django-release-util
# python-dateutil
# python-memcached
sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-django-utils
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==1.26.18
# via
Expand Down
36 changes: 22 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@
#
# make upgrade
#
distlib==0.3.7
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.4.0
# via tox
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
# pyproject-api
# tox
tox==4.12.1
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
Loading
Loading