Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Apr 3, 2023
1 parent 30766a6 commit b3c2db6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markupsafe==2.1.2
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2023.2
pytz==2023.3
# via
# django
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.2.2
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.10.6
filelock==3.10.7
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ boto==2.49.0
# via
# -r requirements/quality.txt
# xblock-sdk
boto3==1.26.99
boto3==1.26.104
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.29.99
botocore==1.29.104
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.10.6
filelock==3.10.7
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -279,7 +279,7 @@ python-slugify==8.0.1
# -r requirements/quality.txt
# code-annotations
# cookiecutter
pytz==2023.2
pytz==2023.3
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -347,7 +347,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.6
tomlkit==0.11.7
# via
# -r requirements/quality.txt
# pylint
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.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.6.0
setuptools==67.6.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.26.99
boto3==1.26.104
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.99
botocore==1.29.104
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -223,7 +223,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.2
pytz==2023.3
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -281,7 +281,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
typing-extensions==4.5.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ binaryornot==0.4.4
# via -r requirements/base.txt
boto==2.49.0
# via xblock-sdk
boto3==1.26.99
boto3==1.26.104
# via fs-s3fs
botocore==1.29.99
botocore==1.29.104
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -128,7 +128,7 @@ python-slugify==8.0.1
# via
# code-annotations
# cookiecutter
pytz==2023.2
pytz==2023.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit b3c2db6

Please sign in to comment.