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 leangseu-edx committed Feb 26, 2024
1 parent 235ff51 commit c76a89c
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 65 deletions.
10 changes: 5 additions & 5 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==6.1.0
# via -r requirements/base.in
boto3==1.34.34
boto3==1.34.44
# via -r requirements/base.in
botocore==1.34.34
botocore==1.34.44
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ code-annotations==1.6.0
# via edx-toggles
defusedxml==0.7.1
# via -r requirements/base.in
django==3.2.23
django==3.2.24
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -47,7 +47,7 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.in
# edx-submissions
Expand Down Expand Up @@ -139,7 +139,7 @@ python-dateutil==2.8.2
# -r requirements/base.in
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
python-swiftclient==3.13.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.txt
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tornado==6.4
# via livereload
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.2.0
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
36 changes: 17 additions & 19 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ attrs==23.2.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.84.0
aws-sam-translator==1.85.0
# via
# -r requirements/test.txt
# cfn-lint
Expand All @@ -46,7 +46,6 @@ aws-xray-sdk==2.12.1
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand All @@ -63,13 +62,13 @@ boto==2.49.0
# via
# -r requirements/test.txt
# moto
boto3==1.34.34
boto3==1.34.44
# via
# -r requirements/test.txt
# aws-sam-translator
# fs-s3fs
# moto
botocore==1.34.34
botocore==1.34.44
# via
# -r requirements/test.txt
# aws-xray-sdk
Expand All @@ -91,7 +90,7 @@ cffi==1.16.0
# -r requirements/test.txt
# cryptography
# pynacl
cfn-lint==0.85.0
cfn-lint==0.85.2
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -146,9 +145,8 @@ cookiecutter==2.5.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/test.txt
# moto
Expand All @@ -169,7 +167,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -188,7 +186,7 @@ django-crum==0.7.9
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/test.txt
# edx-submissions
Expand Down Expand Up @@ -234,7 +232,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.6.0
faker==23.2.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -444,11 +442,11 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.6.0
pydantic==2.6.1
# via
# -r requirements/test.txt
# aws-sam-translator
pydantic-core==2.16.1
pydantic-core==2.16.2
# via
# -r requirements/test.txt
# pydantic
Expand Down Expand Up @@ -486,7 +484,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -509,7 +507,7 @@ python-jose==3.3.0
# via
# -r requirements/test.txt
# moto
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -555,15 +553,15 @@ requests==2.31.0
# python-swiftclient
# responses
# xblock-sdk
responses==0.24.1
responses==0.25.0
# via
# -r requirements/test.txt
# moto
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
rpds-py==0.17.1
rpds-py==0.18.0
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -617,7 +615,7 @@ sympy==1.12
# via
# -r requirements/test.txt
# cfn-lint
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -633,7 +631,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand All @@ -653,7 +651,7 @@ typing-extensions==4.9.0
# pydantic-core
# pylint
# rich
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
36 changes: 17 additions & 19 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ attrs==23.2.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.84.0
aws-sam-translator==1.85.0
# via
# -r requirements/test.txt
# cfn-lint
Expand All @@ -42,7 +42,6 @@ aws-xray-sdk==2.12.1
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand All @@ -59,13 +58,13 @@ boto==2.49.0
# via
# -r requirements/test.txt
# moto
boto3==1.34.34
boto3==1.34.44
# via
# -r requirements/test.txt
# aws-sam-translator
# fs-s3fs
# moto
botocore==1.34.34
botocore==1.34.44
# via
# -r requirements/test.txt
# aws-xray-sdk
Expand All @@ -87,7 +86,7 @@ cffi==1.16.0
# -r requirements/test.txt
# cryptography
# pynacl
cfn-lint==0.85.0
cfn-lint==0.85.2
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -137,9 +136,8 @@ cookiecutter==2.5.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/test.txt
# moto
Expand All @@ -159,7 +157,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -178,7 +176,7 @@ django-crum==0.7.9
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/test.txt
# edx-submissions
Expand Down Expand Up @@ -222,7 +220,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.6.0
faker==23.2.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -425,11 +423,11 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.6.0
pydantic==2.6.1
# via
# -r requirements/test.txt
# aws-sam-translator
pydantic-core==2.16.1
pydantic-core==2.16.2
# via
# -r requirements/test.txt
# pydantic
Expand All @@ -455,7 +453,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test-acceptance.in
# -r requirements/test.txt
Expand All @@ -479,7 +477,7 @@ python-jose==3.3.0
# via
# -r requirements/test.txt
# moto
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -525,15 +523,15 @@ requests==2.31.0
# python-swiftclient
# responses
# xblock-sdk
responses==0.24.1
responses==0.25.0
# via
# -r requirements/test.txt
# moto
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
rpds-py==0.17.1
rpds-py==0.18.0
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -586,7 +584,7 @@ sympy==1.12
# via
# -r requirements/test.txt
# cfn-lint
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -599,7 +597,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/test.txt
types-python-dateutil==2.8.19.20240106
# via
Expand All @@ -617,7 +615,7 @@ typing-extensions==4.9.0
# pydantic
# pydantic-core
# rich
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
Loading

0 comments on commit c76a89c

Please sign in to comment.