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 authored and Agrendalath committed Jan 23, 2024
1 parent d083b8c commit f368c6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.20
boto3==1.34.25
# via fs-s3fs
botocore==1.34.20
botocore==1.34.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -38,9 +38,9 @@ lxml==5.1.0
# via
# parsel
# xblock
mako==1.3.0
mako==1.3.1
# via xblock
markupsafe==2.1.3
markupsafe==2.1.4
# via
# mako
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.0
tox==4.12.1
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.2
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.20
boto3==1.34.25
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.20
botocore==1.34.25
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -103,13 +103,13 @@ lxml==5.1.0
# parsel
# xblock
# xblock-sdk
mako==1.3.0
mako==1.3.1
# via
# -r requirements/base.txt
# xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand Down

0 comments on commit f368c6d

Please sign in to comment.