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

Merged
merged 1 commit into from
Feb 29, 2024
Merged
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
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ backoff==2.2.1
# via -r requirements/base.in
backports-zoneinfo==0.2.1
# via django
boto3==1.34.42
boto3==1.34.52
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.52
# via
# boto3
# s3transfer
Expand All @@ -26,6 +26,7 @@ click==8.1.7
# via edx-django-utils
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-storages
Expand Down Expand Up @@ -54,7 +55,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -90,9 +91,9 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# using LTS django version

Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
25 changes: 13 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
boto3==1.34.42
boto3==1.34.52
# via -r requirements/test.txt
botocore==1.34.42
botocore==1.34.52
# via
# -r requirements/test.txt
# boto3
Expand All @@ -25,7 +25,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -55,17 +55,17 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# coverage
# pytest-cov
distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# django-crum
# django-storages
Expand Down Expand Up @@ -118,7 +118,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -138,7 +138,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -173,7 +173,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -213,7 +214,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -229,9 +230,9 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -240,7 +241,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
19 changes: 9 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/../requirements.txt
# django
boto3==1.34.42
boto3==1.34.52
# via -r requirements/../requirements.txt
botocore==1.34.42
botocore==1.34.52
# via
# -r requirements/../requirements.txt
# boto3
Expand All @@ -37,11 +37,10 @@ click==8.1.7
# via
# -r requirements/../requirements.txt
# edx-django-utils
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
coverage[toml]==7.4.3
# via pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/../requirements.txt
# django-crum
# django-storages
Expand Down Expand Up @@ -81,7 +80,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.4
# via -r requirements/../requirements.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
Expand Down Expand Up @@ -110,7 +109,7 @@ pynacl==1.5.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
pytest==8.0.0
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -148,15 +147,15 @@ sqlparse==0.4.4
# via
# -r requirements/../requirements.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/../requirements.txt
# asgiref
Expand Down
Loading