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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
django==4.2.21
django==4.2.22
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
13 changes: 7 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.38.27
boto3==1.38.32
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -103,7 +103,7 @@ distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.21
django==4.2.22
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -251,6 +251,7 @@ pycparser==2.22
pygments==2.19.1
# via
# -r requirements/test.txt
# pytest
# readme-renderer
# rich
pylint==3.3.7
Expand Down Expand Up @@ -281,7 +282,7 @@ pyproject-api==1.9.1
# via
# -r requirements/tox.txt
# tox
pytest==8.3.5
pytest==8.4.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -362,7 +363,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -401,7 +402,7 @@ xblock==5.2.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.txt
zipp==3.22.0
zipp==3.23.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
django==4.2.21
django==4.2.22
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ certifi==2025.4.26
# via requests
charset-normalizer==3.4.2
# via requests
django==4.2.21
django==4.2.22
# via -r requirements/base.txt
docutils==0.21.2
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
typing-extensions==4.13.2
typing-extensions==4.14.0
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.10
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.38.27
boto3==1.38.32
# via fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ ddt==1.7.2
# via -r requirements/quality.in
dill==0.4.0
# via pylint
django==4.2.21
django==4.2.22
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -168,7 +168,7 @@ stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
types-python-dateutil==2.9.0.20250516
# via arrow
Expand Down
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.38.27
boto3==1.38.32
# via fs-s3fs
botocore==1.38.27
botocore==1.38.32
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -146,6 +146,7 @@ pycparser==2.22
# via cffi
pygments==2.19.1
# via
# pytest
# readme-renderer
# rich
pylint==3.3.7
Expand All @@ -164,7 +165,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.3.5
pytest==8.4.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -228,7 +229,7 @@ stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
twine==6.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -256,7 +257,7 @@ xblock==5.2.0
# xblock-sdk
xblock-sdk==0.13.0
# via -r requirements/test.in
zipp==3.22.0
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down