Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Jun 10, 2024
1 parent 80b402d commit 3fc3edb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.117
boto3==1.34.122
# via fs-s3fs
botocore==1.34.117
botocore==1.34.122
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,11 +73,11 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.12.1
typing-extensions==4.12.2
# via asgiref
urllib3==1.26.18
# via botocore
w3lib==2.1.2
w3lib==2.2.0
# via parsel
web-fragments==2.2.0
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
# via tox
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.117
boto3==1.34.122
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.117
botocore==1.34.122
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -129,7 +129,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
packaging==24.0
packaging==24.1
# via pytest
parsel==1.6.0
# via
Expand All @@ -145,7 +145,7 @@ pycodestyle==2.11.1
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.2.2
pylint==3.2.3
# via
# edx-lint
# pylint-celery
Expand All @@ -161,7 +161,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.2.1
pytest==8.2.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -229,7 +229,7 @@ tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -241,7 +241,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
w3lib==2.1.2
w3lib==2.2.0
# via
# -r requirements/base.txt
# parsel
Expand Down

0 comments on commit 3fc3edb

Please sign in to comment.