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

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
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.32.99
awscli==1.33.0
# via -r requirements/reporting.in
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -23,16 +23,16 @@ bcrypt==4.1.3
# via paramiko
billiard==4.2.0
# via celery
boto3==1.34.99
boto3==1.34.118
# via -r requirements/reporting.in
botocore==1.34.99
botocore==1.34.118
# via
# awscli
# boto3
# s3transfer
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.2.2
certifi==2024.6.2
# via
# py2neo
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ cryptography==42.0.7
# pyjwt
# pyopenssl
# snowflake-connector-python
django==4.2.12
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -113,7 +113,7 @@ docutils==0.16
# via awscli
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.13.0
edx-django-utils==5.14.2
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -132,7 +132,7 @@ edx-rest-api-client==5.7.0
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==25.0.1
faker==25.4.0
# via factory-boy
filelock==3.14.0
# via snowflake-connector-python
Expand All @@ -150,7 +150,7 @@ kombu==5.3.7
# via celery
monotonic==1.6
# via py2neo
newrelic==9.9.0
newrelic==9.10.0
# via edx-django-utils
packaging==24.0
# via
Expand All @@ -164,9 +164,9 @@ pbr==6.0.0
# via stevedore
pgpy==0.6.0
# via -r requirements/reporting.in
platformdirs==4.2.1
platformdirs==4.2.2
# via snowflake-connector-python
prompt-toolkit==3.0.43
prompt-toolkit==3.0.45
# via click-repl
psutil==5.9.8
# via edx-django-utils
Expand Down Expand Up @@ -217,7 +217,7 @@ requests==2.31.0
# snowflake-connector-python
rsa==4.7.2
# via awscli
rules==3.3
rules==3.4
# via -r requirements/base.in
s3transfer==0.10.1
# via
Expand All @@ -235,7 +235,7 @@ six==1.16.0
# vertica-python
slumber==0.7.1
# via edx-rest-api-client
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand All @@ -245,9 +245,9 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tomlkit==0.12.4
tomlkit==0.12.5
# via snowflake-connector-python
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# asgiref
# edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 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.5.1
coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -22,7 +22,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -36,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
46 changes: 23 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ asgiref==3.8.1
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
astroid==3.1.0
astroid==3.2.2
# via
# pylint
# pylint-celery
awscli==1.32.99
awscli==1.33.0
# via -r requirements/reporting.in
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -29,9 +29,9 @@ bcrypt==4.1.3
# via paramiko
billiard==4.2.0
# via celery
boto3==1.34.99
boto3==1.34.118
# via -r requirements/reporting.in
botocore==1.34.99
botocore==1.34.118
# via
# awscli
# boto3
Expand All @@ -42,7 +42,7 @@ cachetools==5.3.3
# via tox
celery==5.3.6
# via -r requirements/reporting.in
certifi==2024.2.2
certifi==2024.6.2
# via
# py2neo
# requests
Expand Down Expand Up @@ -101,7 +101,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.12
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -147,7 +147,7 @@ docutils==0.16
# readme-renderer
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.13.0
edx-django-utils==5.14.2
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -172,7 +172,7 @@ edx-rest-api-client==5.7.0
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==25.0.1
faker==25.4.0
# via factory-boy
filelock==3.14.0
# via
Expand Down Expand Up @@ -215,11 +215,11 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.2.0
keyring==25.2.1
# via twine
kombu==5.3.7
# via celery
lxml[html-clean,html_clean]==5.2.1
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -239,7 +239,7 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.9.0
newrelic==9.10.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand All @@ -262,9 +262,9 @@ pgpy==0.6.0
# via -r requirements/reporting.in
pip-tools==7.4.1
# via -r requirements/dev-enterprise_data.in
pkginfo==1.10.0
pkginfo==1.11.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# pylint
# snowflake-connector-python
Expand All @@ -276,7 +276,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.43
prompt-toolkit==3.0.45
# via click-repl
psutil==5.9.8
# via edx-django-utils
Expand Down Expand Up @@ -304,7 +304,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# snowflake-connector-python
pylint==3.1.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -370,7 +370,7 @@ rich==13.7.1
# via twine
rsa==4.7.2
# via awscli
rules==3.3
rules==3.4
# via -r requirements/base.in
s3transfer==0.10.1
# via
Expand All @@ -393,7 +393,7 @@ slumber==0.7.1
# via edx-rest-api-client
snowballstemmer==2.2.0
# via pydocstyle
snowflake-connector-python==3.10.0
snowflake-connector-python==3.10.1
# via -r requirements/reporting.in
sortedcontainers==2.4.0
# via snowflake-connector-python
Expand All @@ -415,15 +415,15 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# pylint
# snowflake-connector-python
tox==4.15.0
# via -r requirements/dev-enterprise_data.in
twine==5.0.0
twine==5.1.0
# via -r requirements/dev-enterprise_data.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# asgiref
# astroid
Expand Down Expand Up @@ -452,15 +452,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.43.0
# via
# -r requirements/dev-enterprise_data.in
# pip-tools
zipp==3.18.1
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.12
django==4.2.13
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading