Skip to content

Commit

Permalink
chore: Updating Python Requirements (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 4, 2024
1 parent bc41b4c commit 41a7916
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.49
backports-zoneinfo==0.2.1
# via django
boto3==1.34.54
# via fs-s3fs
botocore==1.34.49
botocore==1.34.54
# via
# boto3
# s3transfer
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand All @@ -26,7 +28,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
django==3.2.24
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -65,10 +67,8 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
pytz==2024.1
# via django
s3transfer==0.10.0
# via boto3
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
28 changes: 14 additions & 14 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
boto3==1.34.49
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
boto3==1.34.54
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.49
botocore==1.34.54
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -59,7 +63,7 @@ cryptography==42.0.5
# secretstorage
dill==0.3.8
# via pylint
django==3.2.24
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -111,7 +115,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==24.3.0
keyring==24.3.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -140,7 +144,7 @@ packaging==23.2
# pytest
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via pylint
Expand Down Expand Up @@ -176,7 +180,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -185,23 +189,19 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
# moto
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
# -r requirements/test.txt
# django
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -218,7 +218,7 @@ responses==0.25.0
# moto
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
s3transfer==0.10.0
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
twine==5.0.0
# via -r requirements/quality.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.49
backports-zoneinfo==0.2.1
# via django
boto3==1.34.54
# via
# fs-s3fs
# moto
botocore==1.34.49
botocore==1.34.54
# via
# boto3
# moto
Expand Down Expand Up @@ -66,7 +68,7 @@ pycparser==2.21
# via cffi
pypng==0.20220715.0
# via -r requirements/test.in
pytest==8.0.2
pytest==8.1.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -75,12 +77,10 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# moto
pytz==2024.1
# via django
pyyaml==6.0.1
# via responses
requests==2.31.0
Expand Down

0 comments on commit 41a7916

Please sign in to comment.