Skip to content
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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.68
boto3==1.42.73
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.68
botocore==1.42.73
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ cookiecutter==2.7.1
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -144,7 +144,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
jaraco-context==6.1.1
jaraco-context==6.1.2
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -275,7 +275,7 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.1.3
python-discovery==1.2.0
# via
# -r requirements/tox.txt
# virtualenv
Expand Down Expand Up @@ -364,7 +364,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.49.1
tox==4.50.3
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.68
boto3==1.42.73
# via fs-s3fs
botocore==1.42.68
botocore==1.42.73
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.68
boto3==1.42.73
# via fs-s3fs
botocore==1.42.68
botocore==1.42.73
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,7 @@ code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via coveralls
coveralls==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -82,7 +82,7 @@ isort==8.0.1
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.1
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.3
python-discovery==1.2.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.1
tox==4.50.3
# via -r requirements/tox.in
virtualenv==21.2.0
# via tox
Loading