Skip to content
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
6 changes: 3 additions & 3 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.8.1
# via django
boto3==1.37.9
boto3==1.37.18
# via fs-s3fs
botocore==1.37.9
botocore==1.37.18
# via
# boto3
# s3transfer
cssselect==1.2.0
cssselect==1.3.0
# via parsel
django==4.2.20
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.3.7
# via
# tox
# virtualenv
Expand Down
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==76.0.0
setuptools==77.0.3
# 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 @@ -20,11 +20,11 @@ astroid==3.3.9
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.37.9
boto3==1.37.18
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.37.9
botocore==1.37.18
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,11 +47,11 @@ code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.12
coverage[toml]==7.7.1
# via
# coverage
# pytest-cov
cssselect==1.2.0
cssselect==1.3.0
# via
# -r requirements/base.txt
# parsel
Expand All @@ -77,7 +77,7 @@ fs-s3fs==1.1.1
# xblock-sdk
idna==3.10
# via requests
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==6.0.1
# via pylint
Expand Down Expand Up @@ -130,15 +130,15 @@ parsel==1.6.0
# -r requirements/base.txt
pbr==6.1.1
# via stevedore
platformdirs==4.3.6
platformdirs==4.3.7
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.19.1
# via rich
pylint==3.3.5
pylint==3.3.6
# via
# edx-lint
# pylint-celery
Expand Down
Loading