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 #126

Closed
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 -r requirements/base.in
boto3==1.34.11
boto3==1.34.14
# via fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -41,7 +41,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.0.0
lxml==5.0.1
# via xblock
mako==1.3.0
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.7
# via xblock
xblock[django]==1.9.0
xblock[django]==1.9.1
# via xblock-utils
xblock-utils==4.0.0
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -84,7 +84,7 @@ coverage[toml]==7.4.0
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/quality.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -166,7 +166,7 @@ lazy==1.6
# -r requirements/quality.txt
# bok-choy
# xblock
lxml==5.0.0
lxml==5.0.1
# via
# -r requirements/quality.txt
# edx-i18n-tools
Expand Down Expand Up @@ -227,7 +227,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pillow==10.1.0
pillow==10.2.0
# via
# -r requirements/quality.txt
# needle
Expand Down Expand Up @@ -393,7 +393,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 @@ -433,7 +433,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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -140,7 +140,7 @@ lazy==1.6
# -r requirements/test.txt
# bok-choy
# xblock
lxml==5.0.0
lxml==5.0.1
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand Down Expand Up @@ -193,7 +193,7 @@ path==16.9.0
# edx-i18n-tools
pbr==6.0.0
# via stevedore
pillow==10.1.0
pillow==10.2.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -319,7 +319,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 @@ -351,7 +351,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
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.34.11
boto3==1.34.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.11
botocore==1.34.14
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ lazy==1.6
# -r requirements/base.txt
# bok-choy
# xblock
lxml==5.0.0
lxml==5.0.1
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -136,7 +136,7 @@ packaging==23.2
# via pytest
path==16.9.0
# via edx-i18n-tools
pillow==10.1.0
pillow==10.2.0
# via needle
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -217,7 +217,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 @@ -245,7 +245,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