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 May 27, 2024
1 parent 8a96bad commit 0045683
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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.108
boto3==1.34.113
# via fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
urllib3==1.26.18
# via botocore
Expand Down
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
12 changes: 6 additions & 6 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.108
boto3==1.34.113
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.108
botocore==1.34.113
# via
# -r requirements/base.txt
# boto3
Expand All @@ -52,7 +52,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.1
coverage[toml]==7.5.2
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -145,7 +145,7 @@ pycodestyle==2.11.1
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.2.1
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -189,7 +189,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
requests==2.31.0
requests==2.32.2
# via
# cookiecutter
# xblock-sdk
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.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 0045683

Please sign in to comment.