Skip to content
Open
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 @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
boto3==1.42.83
boto3==1.42.88
# via fs-s3fs
botocore==1.42.83
botocore==1.42.88
# via
# boto3
# s3transfer
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand All @@ -31,7 +31,7 @@ jmespath==1.1.0
# botocore
lazy==1.6
# via xblock
lxml==6.0.2
lxml==6.0.4
# via xblock
mako==1.3.10
# via xblock
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.2.1
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.2
build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
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 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.83
boto3==1.42.88
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.83
botocore==1.42.88
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==6.0.2
lxml==6.0.4
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -115,7 +115,7 @@ openedx-django-pyfs==4.0.0
# xblock
packaging==26.0
# via pytest
platformdirs==4.9.4
platformdirs==4.9.6
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -143,7 +143,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==9.0.2
pytest==9.0.3
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -175,7 +175,7 @@ requests==2.33.1
# via
# cookiecutter
# xblock-sdk
rich==14.3.3
rich==15.0.0
# via cookiecutter
s3transfer==0.16.0
# via
Expand Down