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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.37.4
boto3==1.37.9
# via fs-s3fs
botocore==1.37.4
botocore==1.37.9
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==4.2.19
django==4.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -57,7 +57,7 @@ pytz==2025.1
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.11.3
s3transfer==0.11.4
# via boto3
simplejson==3.20.1
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.1
tox==4.24.2
# via -r requirements/ci.in
virtualenv==20.29.2
virtualenv==20.29.3
# via tox
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.2
setuptools==76.0.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.8
astroid==3.3.9
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.37.4
boto3==1.37.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.37.4
botocore==1.37.9
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -81,7 +81,7 @@ iniconfig==2.0.0
# via pytest
isort==6.0.1
# via pylint
jinja2==3.1.5
jinja2==3.1.6
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -116,7 +116,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
mock==5.2.0
# via -r requirements/test.in
openedx-django-pyfs==3.7.0
# via
Expand All @@ -138,7 +138,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.19.1
# via rich
pylint==3.3.4
pylint==3.3.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -188,7 +188,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.11.3
s3transfer==0.11.4
# via
# -r requirements/base.txt
# boto3
Expand Down