Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 19, 2024
1 parent fe601a2 commit 8dd988e
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 96 deletions.
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@ asgiref==3.7.2
# via django
asn1crypto==1.5.1
# via snowflake-connector-python
awscli==1.32.56
awscli==1.32.65
# via -r requirements/reporting.in
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
bcrypt==4.1.2
# via paramiko
billiard==4.2.0
# via celery
boto3==1.34.56
boto3==1.34.65
# via -r requirements/reporting.in
botocore==1.34.56
botocore==1.34.65
# via
# awscli
# boto3
Expand Down Expand Up @@ -89,7 +90,7 @@ django-crum==0.7.9
# edx-rbac
django-fernet-fields-v2==0.9
# via -r requirements/base.in
django-filter==23.5
django-filter==24.1
# via -r requirements/base.in
django-model-utils==4.4.0
# via
Expand All @@ -99,7 +100,7 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# djangorestframework-csv
# drf-jwt
Expand All @@ -110,7 +111,7 @@ docutils==0.16
# via awscli
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -129,7 +130,7 @@ edx-rest-api-client==5.6.1
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==24.0.0
faker==24.3.0
# via factory-boy
filelock==3.13.1
# via snowflake-connector-python
Expand All @@ -147,9 +148,9 @@ kombu==5.3.5
# via celery
monotonic==1.6
# via py2neo
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
packaging==23.2
packaging==24.0
# via
# py2neo
# snowflake-connector-python
Expand Down Expand Up @@ -191,7 +192,7 @@ pynacl==1.5.0
# via
# edx-django-utils
# paramiko
pyopenssl==24.0.0
pyopenssl==24.1.0
# via snowflake-connector-python
python-dateutil==2.9.0.post0
# via
Expand All @@ -201,7 +202,6 @@ python-dateutil==2.9.0.post0
# vertica-python
pytz==2024.1
# via
# djangorestframework
# interchange
# snowflake-connector-python
pyyaml==6.0.1
Expand All @@ -217,7 +217,7 @@ rsa==4.7.2
# via awscli
rules==3.3
# via -r requirements/base.in
s3transfer==0.10.0
s3transfer==0.10.1
# via
# awscli
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.3
coverage==7.4.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7
42 changes: 25 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
awscli==1.32.56
awscli==1.32.65
# via -r requirements/reporting.in
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
bcrypt==4.1.2
# via paramiko
billiard==4.2.0
# via celery
boto3==1.34.56
boto3==1.34.65
# via -r requirements/reporting.in
botocore==1.34.56
botocore==1.34.65
# via
# awscli
# boto3
Expand Down Expand Up @@ -72,7 +73,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-lint
colorama==0.4.4
# via awscli
Expand All @@ -84,6 +85,7 @@ cryptography==42.0.5
# pgpy
# pyjwt
# pyopenssl
# secretstorage
# snowflake-connector-python
diff-cover==8.0.3
# via -r requirements/dev-enterprise_data.in
Expand Down Expand Up @@ -112,7 +114,7 @@ django-crum==0.7.9
# edx-rbac
django-fernet-fields-v2==0.9
# via -r requirements/base.in
django-filter==23.5
django-filter==24.1
# via -r requirements/base.in
django-model-utils==4.4.0
# via
Expand All @@ -122,7 +124,7 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# djangorestframework-csv
# drf-jwt
Expand All @@ -135,7 +137,7 @@ docutils==0.16
# readme-renderer
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -160,7 +162,7 @@ edx-rest-api-client==5.6.1
# via -r requirements/base.in
factory-boy==3.3.0
# via -r requirements/base.in
faker==24.0.0
faker==24.3.0
# via factory-boy
filelock==3.13.1
# via
Expand All @@ -171,12 +173,13 @@ idna==3.6
# via
# requests
# snowflake-connector-python
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
# keyring
# twine
importlib-resources==6.1.2
importlib-resources==6.3.1
# via keyring
interchange==2021.0.4
# via py2neo
Expand All @@ -186,6 +189,10 @@ isort==5.13.2
# pylint
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# code-annotations
Expand All @@ -212,11 +219,11 @@ monotonic==1.6
# via py2neo
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# build
# py2neo
Expand Down Expand Up @@ -299,7 +306,7 @@ pynacl==1.5.0
# via
# edx-django-utils
# paramiko
pyopenssl==24.0.0
pyopenssl==24.1.0
# via snowflake-connector-python
pyproject-hooks==1.0.0
# via
Expand All @@ -315,7 +322,6 @@ python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# djangorestframework
# interchange
# snowflake-connector-python
pyyaml==6.0.1
Expand Down Expand Up @@ -344,10 +350,12 @@ rsa==4.7.2
# via awscli
rules==3.3
# via -r requirements/base.in
s3transfer==0.10.0
s3transfer==0.10.1
# via
# awscli
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand Down Expand Up @@ -428,11 +436,11 @@ virtualenv==20.25.1
# via tox
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/dev-enterprise_data.in
# pip-tools
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
12 changes: 7 additions & 5 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

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

0 comments on commit 8dd988e

Please sign in to comment.