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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.2
# via requests
click==8.1.8
click==8.2.0
# via edx-django-utils
cryptography==44.0.3
# via pyjwt
django==4.2.20
django==4.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -194,7 +194,7 @@ urllib3==1.26.20
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.3.1
setuptools==80.4.0
# via
# -r requirements/base.in
# pbr
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.3.8
# via
# tox
# virtualenv
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.30.0
virtualenv==20.31.2
# via tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.20
django==4.2.21
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.0
# via pip-tools
packaging==25.0
# via build
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.3.1
setuptools==80.4.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.9
astroid==3.3.10
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -57,7 +57,7 @@ charset-normalizer==3.4.2
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.8
click==8.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.20
django==4.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -292,7 +292,7 @@ pbr==6.1.1
# stevedore
pep8==1.7.1
# via -r requirements/test.txt
platformdirs==4.3.7
platformdirs==4.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -480,13 +480,13 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==20.30.0
virtualenv==20.31.2
# via
# -r requirements/test.txt
# tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.3.1
setuptools==80.4.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.9
astroid==3.3.10
# via
# -r requirements/test.in
# pylint
Expand Down Expand Up @@ -46,7 +46,7 @@ charset-normalizer==3.4.2
# via
# -r requirements/base.txt
# requests
click==8.1.8
click==8.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -213,7 +213,7 @@ pbr==6.1.1
# stevedore
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.3.7
platformdirs==4.3.8
# via
# pylint
# tox
Expand Down Expand Up @@ -348,11 +348,11 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.30.0
virtualenv==20.31.2
# via tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.3.1
setuptools==80.4.0
# via
# -r requirements/base.txt
# pbr