Skip to content

Commit

Permalink
chore: Updating Python Requirements (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 23, 2024
1 parent d5b2290 commit 2feefe7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.18
boto3==1.34.23
# via fs-s3fs
botocore==1.34.18
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -60,7 +60,7 @@ mako==1.3.0
# via xblock
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
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/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.18
boto3==1.34.23
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.18
botocore==1.34.23
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -174,7 +174,7 @@ markdown-it-py==3.0.0
# -r requirements/base.txt
# -r requirements/test.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -344,7 +344,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.0
tox==4.12.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 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.18
boto3==1.34.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.18
botocore==1.34.23
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -148,7 +148,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -293,7 +293,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.0
tox==4.12.1
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand Down
8 changes: 4 additions & 4 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.18
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.18
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -115,7 +115,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/base.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -220,7 +220,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.12.0
tox==4.12.1
# via -r requirements/test.in
types-python-dateutil==2.8.19.20240106
# via
Expand Down

0 comments on commit 2feefe7

Please sign in to comment.