Skip to content
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: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ asgiref==3.11.1
# via django
backoff==2.2.1
# via -r requirements/base.in
boto3==1.42.84
boto3==1.43.5
# via -r requirements/base.in
botocore==1.42.84
botocore==1.43.5
# via
# boto3
# s3transfer
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via pynacl
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via edx-django-utils
django==5.2.13
django==5.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -40,10 +40,12 @@ django-waffle==5.0.0
edx-django-release-util==1.5.0
# via -r requirements/base.in
edx-django-utils==8.0.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
gunicorn==26.0.0
# via -r requirements/base.in
gunicorn==25.3.0
# via -r requirements/base.in
idna==3.11
idna==3.13
# via requests
isort==8.0.1
# via -r requirements/base.in
Expand All @@ -55,7 +57,7 @@ mysqlclient==2.2.8
# via -r requirements/base.in
newrelic==12.1.0
# via -r requirements/base.in
packaging==26.0
packaging==26.2
# via gunicorn
path==17.1.1
# via -r requirements/base.in
Expand All @@ -73,7 +75,7 @@ pyyaml==6.0.3
# via edx-django-release-util
requests==2.33.1
# via -r requirements/base.in
s3transfer==0.16.0
s3transfer==0.17.0
# via boto3
six==1.17.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.2
filelock==3.29.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.3.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.3.1
# via tox
12 changes: 12 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@

# Common constraints for edx repos
-c common_constraints.txt

# BOMS-480: Pinning edx-django-utils to 8.0.1.
# The xqueue service is failing because the `edx-django-utils`
# monitoring backend uses deprecated New Relic agent API functions
# that no longer exist in newer versions of the New Relic Python agent.
# xqueue specifies `newrelic==10.14.0` in requirements
# edx-django-utils 8.0.0 uses **deprecated** New Relic API calls:
# - `newrelic.agent.add_custom_parameter()` (deprecated)
# - `newrelic.agent.record_exception()` (deprecated)
#`edx-django-utils==8.0.1` version is compatible with New Relic 11.0.0+
# and backward compatible with older versions
edx-django-utils>=8.0.1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would generally only put max or exact constraints in constraints.txt, and specify min constraints directly in the .in files.

40 changes: 21 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ asgiref==3.11.1
# django
backoff==2.2.1
# via -r requirements/test.txt
boto3==1.42.84
boto3==1.43.5
# via -r requirements/test.txt
botocore==1.42.84
botocore==1.43.5
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.4.2
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
cachetools==7.1.1
# via
# -r requirements/ci.txt
# tox
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -37,7 +37,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.2
click==8.3.3
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -55,7 +55,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.13
django==5.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -77,16 +77,18 @@ django-waffle==5.0.0
edx-django-release-util==1.5.0
# via -r requirements/test.txt
edx-django-utils==8.0.1
# via -r requirements/test.txt
filelock==3.25.2
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
filelock==3.29.0
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
gunicorn==25.3.0
gunicorn==26.0.0
# via -r requirements/test.txt
idna==3.11
idna==3.13
# via
# -r requirements/test.txt
# requests
Expand All @@ -105,7 +107,7 @@ mysqlclient==2.2.8
# via -r requirements/test.txt
newrelic==12.1.0
# via -r requirements/test.txt
packaging==26.0
packaging==26.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -120,7 +122,7 @@ path==17.1.1
# via -r requirements/test.txt
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -160,7 +162,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -173,7 +175,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
python-discovery==1.2.1
python-discovery==1.3.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -188,7 +190,7 @@ pyyaml==6.0.3
# edx-django-release-util
requests==2.33.1
# via -r requirements/test.txt
s3transfer==0.16.0
s3transfer==0.17.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -209,18 +211,18 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tox==4.52.0
tox==4.53.1
# via -r requirements/ci.txt
urllib3==2.6.3
# via
# -r requirements/test.txt
# botocore
# requests
virtualenv==21.2.0
virtualenv==21.3.1
# via
# -r requirements/ci.txt
# tox
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.2
build==1.5.0
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.0
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.0
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
22 changes: 12 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ asgiref==3.11.1
# django
backoff==2.2.1
# via -r requirements.txt
boto3==1.42.84
boto3==1.43.5
# via -r requirements.txt
botocore==1.42.84
botocore==1.43.5
# via
# -r requirements.txt
# boto3
# s3transfer
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements.txt
# requests
Expand All @@ -29,7 +29,7 @@ charset-normalizer==3.4.7
# via
# -r requirements.txt
# requests
click==8.3.2
click==8.3.3
# via
# -r requirements.txt
# edx-django-utils
Expand All @@ -56,10 +56,12 @@ django-waffle==5.0.0
edx-django-release-util==1.5.0
# via -r requirements.txt
edx-django-utils==8.0.1
# via
# -c requirements/constraints.txt
# -r requirements.txt
gunicorn==26.0.0
# via -r requirements.txt
gunicorn==25.3.0
# via -r requirements.txt
idna==3.11
idna==3.13
# via
# -r requirements.txt
# requests
Expand All @@ -76,7 +78,7 @@ mysqlclient==2.2.8
# via -r requirements.txt
newrelic==12.1.0
# via -r requirements.txt
packaging==26.0
packaging==26.2
# via
# -r requirements.txt
# gunicorn
Expand All @@ -101,7 +103,7 @@ pynacl==1.6.2
# via
# -r requirements.txt
# edx-django-utils
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -122,7 +124,7 @@ pyyaml==6.0.3
# edx-django-release-util
requests==2.33.1
# via -r requirements.txt
s3transfer==0.16.0
s3transfer==0.17.0
# via
# -r requirements.txt
# boto3
Expand Down
Loading