Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 12, 2024
1 parent 2ef49c5 commit 00ce0ea
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 39 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.153
boto3==1.34.158
# via fs-s3fs
botocore==1.34.153
botocore==1.34.158
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.1.7
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -52,7 +52,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements/base.in
# xblock
Expand Down Expand Up @@ -82,7 +82,7 @@ python-slugify==8.0.4
# via cookiecutter
pytz==2024.1
# via xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# cookiecutter
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.16.0
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ 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

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.153
boto3==1.34.158
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.153
botocore==1.34.158
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -98,7 +98,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -154,7 +154,7 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -280,7 +280,7 @@ pytz==2024.1
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.0
# via pylint
tox==4.16.0
tox==4.17.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.153
boto3==1.34.158
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.153
botocore==1.34.158
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -69,7 +69,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -81,7 +81,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -130,7 +130,7 @@ lazy==1.6
# -r requirements/test.txt
# acid-xblock
# xblock
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -181,7 +181,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -236,7 +236,7 @@ pytz==2024.1
# via
# -r requirements/test.txt
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -279,7 +279,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.0
# via pylint
tox==4.16.0
tox==4.17.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240316
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.153
boto3==1.34.158
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.153
botocore==1.34.158
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -54,7 +54,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -100,7 +100,7 @@ lazy==1.6
# -r requirements/base.txt
# acid-xblock
# xblock
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -176,7 +176,7 @@ pytz==2024.1
# via
# -r requirements/base.txt
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -211,7 +211,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tox==4.16.0
tox==4.17.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240316
# via
Expand Down

0 comments on commit 00ce0ea

Please sign in to comment.