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 Jan 15, 2024
1 parent 9a0cfe0 commit 37898c7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 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.11
boto3==1.34.19
# via fs-s3fs
botocore==1.34.11
botocore==1.34.19
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.0.0
lxml==5.1.0
# via xblock
mako==1.3.0
# via
Expand Down Expand Up @@ -86,7 +86,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via xblock
xblock[django]==1.9.0
xblock[django]==1.9.1
# via
# -r requirements/base.in
# xblock-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# via
# -r requirements/quality.txt
# bleach
boto3==1.34.11
boto3==1.34.19
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.19
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -135,7 +135,7 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -149,7 +149,7 @@ lazy==1.6
# via
# -r requirements/quality.txt
# xblock
lxml==5.0.0
lxml==5.1.0
# via
# -r requirements/quality.txt
# edx-i18n-tools
Expand Down Expand Up @@ -361,7 +361,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via
# -r requirements/quality.txt
# arrow
Expand Down Expand Up @@ -401,7 +401,7 @@ wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
xblock[django]==1.9.0
xblock[django]==1.9.1
# via
# -r requirements/quality.txt
# xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
boto3==1.34.11
boto3==1.34.19
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.19
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -111,7 +111,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -125,7 +125,7 @@ lazy==1.6
# via
# -r requirements/test.txt
# xblock
lxml==5.0.0
lxml==5.1.0
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand Down Expand Up @@ -291,7 +291,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via
# -r requirements/test.txt
# arrow
Expand Down Expand Up @@ -323,7 +323,7 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock[django]==1.9.0
xblock[django]==1.9.1
# via
# -r requirements/test.txt
# xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# bleach
boto3==1.34.11
boto3==1.34.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.19
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# cookiecutter
Expand All @@ -84,7 +84,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.0.0
lxml==5.1.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -194,7 +194,7 @@ tomli==2.0.1
# via
# coverage
# pytest
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==1.9.0
xblock[django]==1.9.1
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit 37898c7

Please sign in to comment.