Skip to content
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
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.38.18
awscli==1.38.23
# via -r requirements/reporting.in
bcrypt==4.3.0
# via paramiko
billiard==4.2.1
# via celery
boto3==1.37.18
boto3==1.37.23
# via -r requirements/reporting.in
botocore==1.37.18
botocore==1.37.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# djangorestframework-csv
# drf-jwt
Expand Down Expand Up @@ -125,7 +125,7 @@ edx-rest-api-client==6.1.0
# via -r requirements/base.in
factory-boy==3.3.3
# via -r requirements/base.in
faker==37.0.2
faker==37.1.0
# via factory-boy
filelock==3.18.0
# via snowflake-connector-python
Expand All @@ -139,13 +139,13 @@ jmespath==1.0.1
# via
# boto3
# botocore
kombu==5.5.0
kombu==5.5.2
# via celery
monotonic==1.6
# via py2neo
mysql-connector-python==9.2.0
# via -r requirements/base.in
newrelic==10.7.0
newrelic==10.8.0
# via edx-django-utils
numpy==2.2.4
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ python-dateutil==2.9.0.post0
# celery
# pandas
# vertica-python
pytz==2025.1
pytz==2025.2
# via
# interchange
# pandas
Expand Down Expand Up @@ -247,12 +247,12 @@ stevedore==5.4.1
# edx-opaque-keys
tomlkit==0.13.2
# via snowflake-connector-python
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# edx-opaque-keys
# pyopenssl
# snowflake-connector-python
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.7.1
coverage==7.8.0
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
# via tox
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ astroid==3.3.9
# via
# pylint
# pylint-celery
awscli==1.38.18
awscli==1.38.23
# via -r requirements/reporting.in
bcrypt==4.3.0
# via paramiko
billiard==4.2.1
# via celery
boto3==1.37.18
boto3==1.37.23
# via -r requirements/reporting.in
botocore==1.37.18
botocore==1.37.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# djangorestframework-csv
# drf-jwt
Expand Down Expand Up @@ -163,7 +163,7 @@ edx-rest-api-client==6.1.0
# via -r requirements/base.in
factory-boy==3.3.3
# via -r requirements/base.in
faker==37.0.2
faker==37.1.0
# via factory-boy
filelock==3.18.0
# via
Expand Down Expand Up @@ -202,7 +202,7 @@ jmespath==1.0.1
# botocore
keyring==25.6.0
# via twine
kombu==5.5.0
kombu==5.5.2
# via celery
lxml[html-clean,html_clean]==5.3.1
# via
Expand All @@ -226,7 +226,7 @@ more-itertools==10.6.0
# jaraco-functools
mysql-connector-python==9.2.0
# via -r requirements/base.in
newrelic==10.7.0
newrelic==10.8.0
# via edx-django-utils
nh3==0.2.21
# via readme-renderer
Expand Down Expand Up @@ -280,7 +280,7 @@ pyasn1==0.6.1
# via
# pgpy
# rsa
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -336,7 +336,7 @@ python-dateutil==2.9.0.post0
# vertica-python
python-slugify==8.0.4
# via code-annotations
pytz==2025.1
pytz==2025.2
# via
# interchange
# pandas
Expand All @@ -361,7 +361,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
rsa==4.7.2
# via awscli
Expand Down Expand Up @@ -404,16 +404,16 @@ tomlkit==0.13.2
# via
# pylint
# snowflake-connector-python
tox==4.24.2
tox==4.25.0
# via -r requirements/dev-enterprise_data.in
twine==6.1.0
# via -r requirements/dev-enterprise_data.in
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# edx-opaque-keys
# pyopenssl
# snowflake-connector-python
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/edx-enterprise-data/edx-enterprise-data/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==77.0.3
setuptools==78.1.0
# via -r requirements/pip.in
28 changes: 14 additions & 14 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ astroid==3.3.9
# via
# pylint
# pylint-celery
awscli==1.38.18
awscli==1.38.23
# via -r requirements/reporting.in
bcrypt==4.3.0
# via paramiko
billiard==4.2.1
# via celery
boto3==1.37.18
boto3==1.37.23
# via -r requirements/reporting.in
botocore==1.37.18
botocore==1.37.23
# via
# awscli
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# awscli
# tox
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
cryptography==44.0.2
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# djangorestframework-csv
# drf-jwt
Expand Down Expand Up @@ -170,7 +170,7 @@ factory-boy==3.3.3
# via
# -r requirements/base.in
# -r requirements/test.in
faker==37.0.2
faker==37.1.0
# via factory-boy
filelock==3.18.0
# via
Expand Down Expand Up @@ -215,7 +215,7 @@ jmespath==1.0.1
# botocore
keyring==25.6.0
# via twine
kombu==5.5.0
kombu==5.5.2
# via celery
lxml[html-clean,html_clean]==5.3.1
# via
Expand All @@ -241,7 +241,7 @@ more-itertools==10.6.0
# jaraco-functools
mysql-connector-python==9.2.0
# via -r requirements/base.in
newrelic==10.7.0
newrelic==10.8.0
# via edx-django-utils
nh3==0.2.21
# via readme-renderer
Expand Down Expand Up @@ -297,7 +297,7 @@ pyasn1==0.6.1
# via
# pgpy
# rsa
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -362,7 +362,7 @@ python-dateutil==2.9.0.post0
# vertica-python
python-slugify==8.0.4
# via code-annotations
pytz==2025.1
pytz==2025.2
# via
# interchange
# pandas
Expand Down Expand Up @@ -391,7 +391,7 @@ responses==0.25.7
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
rsa==4.7.2
# via awscli
Expand Down Expand Up @@ -436,16 +436,16 @@ tomlkit==0.13.2
# via
# pylint
# snowflake-connector-python
tox==4.24.2
tox==4.25.0
# via -r requirements/dev-enterprise_data.in
twine==6.1.0
# via -r requirements/dev-enterprise_data.in
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# edx-opaque-keys
# pyopenssl
# snowflake-connector-python
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
Expand Down
Loading
Loading