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

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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ asgiref==3.7.2
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.32.35
awscli==1.32.50
# via -r requirements/reporting.in
bcrypt==4.1.2
# via paramiko
billiard==3.6.4.0
# via celery
boto3==1.34.35
boto3==1.34.50
# via -r requirements/reporting.in
botocore==1.34.35
botocore==1.34.50
# via
# awscli
# boto3
Expand All @@ -43,7 +43,7 @@ click==8.1.7
# via edx-django-utils
colorama==0.4.4
# via awscli
cryptography==41.0.7
cryptography==42.0.5
# via
# -r requirements/reporting.in
# django-fernet-fields-v2
Expand All @@ -52,7 +52,7 @@ cryptography==41.0.7
# pyjwt
# pyopenssl
# snowflake-connector-python
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -74,7 +74,7 @@ django-fernet-fields-v2==0.9
# via -r requirements/base.in
django-filter==23.5
# via -r requirements/base.in
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -112,7 +112,7 @@ edx-rest-api-client==5.6.1
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==22.7.0
faker==23.2.1
# via factory-boy
filelock==3.13.1
# via snowflake-connector-python
Expand All @@ -130,7 +130,7 @@ kombu==4.6.11
# via celery
monotonic==1.6
# via py2neo
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
packaging==23.2
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ pynacl==1.5.0
# via
# edx-django-utils
# paramiko
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -215,19 +215,19 @@ six==1.16.0
# vertica-python
slumber==0.7.1
# via edx-rest-api-client
snowflake-connector-python==3.7.0
snowflake-connector-python==3.7.1
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tomlkit==0.12.3
# via snowflake-connector-python
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.4.1
coverage==7.4.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -28,5 +28,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
55 changes: 32 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ asgiref==3.7.2
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
awscli==1.32.35
awscli==1.32.50
# via -r requirements/reporting.in
bcrypt==4.1.2
# via paramiko
billiard==3.6.4.0
# via celery
boto3==1.34.35
boto3==1.34.50
# via -r requirements/reporting.in
botocore==1.34.35
botocore==1.34.50
# via
# awscli
# boto3
Expand Down Expand Up @@ -60,22 +60,23 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.4
# via awscli
cryptography==41.0.7
cryptography==42.0.5
# via
# -r requirements/reporting.in
# django-fernet-fields-v2
# paramiko
# pgpy
# pyjwt
# pyopenssl
# secretstorage
# snowflake-connector-python
diff-cover==8.0.3
# via -r requirements/dev-enterprise_data.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -98,7 +99,7 @@ django-fernet-fields-v2==0.9
# via -r requirements/base.in
django-filter==23.5
# via -r requirements/base.in
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -144,7 +145,7 @@ edx-rest-api-client==5.6.1
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==22.7.0
faker==23.2.1
# via factory-boy
filelock==3.13.1
# via
Expand All @@ -160,16 +161,20 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
interchange==2021.0.4
# via py2neo
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# code-annotations
Expand All @@ -196,7 +201,7 @@ monotonic==1.6
# via py2neo
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand All @@ -216,7 +221,7 @@ pbr==6.0.0
# via stevedore
pgpy==0.6.0
# via -r requirements/reporting.in
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/dev-enterprise_data.in
pkginfo==1.9.6
# via twine
Expand Down Expand Up @@ -259,7 +264,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# snowflake-connector-python
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -281,16 +286,18 @@ pynacl==1.5.0
# via
# edx-django-utils
# paramiko
pyopenssl==23.3.0
pyopenssl==24.0.0
# via snowflake-connector-python
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
python-dateutil==2.8.2
# via
# botocore
# faker
# vertica-python
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand All @@ -304,7 +311,7 @@ pyyaml==6.0.1
# awscli
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -329,6 +336,8 @@ s3transfer==0.10.0
# via
# awscli
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand All @@ -345,18 +354,18 @@ slumber==0.7.1
# via edx-rest-api-client
snowballstemmer==2.2.0
# via pydocstyle
snowflake-connector-python==3.7.0
snowflake-connector-python==3.7.1
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/quality.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -375,9 +384,9 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/dev-enterprise_data.in
twine==4.0.2
twine==5.0.0
# via -r requirements/dev-enterprise_data.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand All @@ -401,7 +410,7 @@ vine==1.3.0
# via
# amqp
# celery
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.23
django==3.2.24
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.0.3
setuptools==69.1.1
# via -r requirements/pip.in
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
Loading
Loading