Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #56

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 html-xblock
boto3==1.34.11
boto3==1.34.19
# via fs-s3fs
botocore==1.34.11
botocore==1.34.19
# via
# boto3
# s3transfer
Expand All @@ -36,7 +36,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 @@ -88,7 +88,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via xblock
xblock[django]==1.9.0
xblock[django]==1.9.1
# via
# html-xblock
# 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 @@ -30,11 +30,11 @@ bleach[css]==6.1.0
# -r requirements/quality.txt
# bleach
# html-xblock
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 @@ -139,7 +139,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 @@ -153,7 +153,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 @@ -365,7 +365,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 @@ -405,7 +405,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
# html-xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# -r requirements/test.txt
# bleach
# html-xblock
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 @@ -115,7 +115,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 @@ -129,7 +129,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 @@ -295,7 +295,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 @@ -327,7 +327,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
# html-xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ binaryornot==0.4.4
# -r requirements/base.txt
# bleach
# html-xblock
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 @@ -75,7 +75,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 @@ -88,7 +88,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 @@ -198,7 +198,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 @@ -226,7 +226,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
# html-xblock
Expand Down