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
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.9.1
# via django
certifi==2025.7.14
certifi==2025.8.3
# via requests
cffi==1.17.1
# via pynacl
Expand All @@ -16,7 +16,7 @@ click==8.2.1
# via edx-django-utils
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
# django-waffle
# edx-django-utils
Expand Down Expand Up @@ -46,10 +46,8 @@ sqlparse==0.5.3
# via django
stevedore==5.4.1
# via edx-django-utils
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
urllib3==2.5.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
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.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.28.3
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.32.0
virtualenv==20.33.0
# via tox
Loading