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 Feb 27, 2024
1 parent d678592 commit 018c36e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.34.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.2.1
# via bleach
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -69,11 +69,11 @@ code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/quality.txt
# xblock-sdk
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -227,7 +227,7 @@ pygments==2.17.2
# via
# -r requirements/quality.txt
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -256,7 +256,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -325,7 +325,7 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -363,7 +363,7 @@ types-python-dateutil==2.8.19.20240106
# via
# -r requirements/quality.txt
# arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -375,7 +375,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -60,11 +60,11 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -185,7 +185,7 @@ pygments==2.17.2
# via
# -r requirements/test.txt
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -203,7 +203,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -268,7 +268,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -292,7 +292,7 @@ types-python-dateutil==2.8.19.20240106
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand All @@ -38,9 +38,9 @@ click==8.1.7
# cookiecutter
code-annotations==1.6.0
# via -r requirements/test.in
cookiecutter==2.5.0
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ pygments==2.17.2
# via rich
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -178,7 +178,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -192,7 +192,7 @@ tomli==2.0.1
# pytest
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 018c36e

Please sign in to comment.