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 @@ -16,9 +16,9 @@ charset-normalizer==3.4.7
# via requests
click==8.4.1
# via edx-django-utils
cryptography==48.0.0
cryptography==49.0.0
# via pyjwt
django==5.2.14
django==5.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -59,7 +59,7 @@ edx-opaque-keys==4.0.0
# via
# -r requirements/base.in
# edx-drf-extensions
idna==3.17
idna==3.18
# via requests
pillow==12.2.0
# via -r requirements/base.in
Expand Down
20 changes: 10 additions & 10 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ coverage[toml]==7.14.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==48.0.0
cryptography==49.0.0
# via
# -r requirements/base.txt
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.1
# via pylint
distlib==0.4.0
distlib==0.4.3
# via virtualenv
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -107,16 +107,16 @@ edx-opaque-keys==4.0.0
# edx-drf-extensions
factory-boy==3.3.3
# via -r requirements/test.in
faker==40.19.1
faker==40.23.0
# via factory-boy
filelock==3.29.0
filelock==3.29.4
# via
# python-discovery
# tox
# virtualenv
httpretty==0.9.7
# via -r requirements/test.in
idna==3.17
idna==3.18
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -165,7 +165,7 @@ pyjwt[crypto]==2.13.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==4.0.5
pylint==4.0.6
# via
# edx-lint
# pylint-celery
Expand All @@ -189,15 +189,15 @@ pynacl==1.6.2
# edx-django-utils
pyproject-api==1.10.1
# via tox
pytest==9.0.3
pytest==9.1.0
# via
# pytest-cov
# pytest-django
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
python-discovery==1.4.0
python-discovery==1.4.2
# via
# tox
# virtualenv
Expand Down Expand Up @@ -235,7 +235,7 @@ tomlkit==0.15.0
# via
# edx-lint
# pylint
tox==4.55.0
tox==4.55.1
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -245,7 +245,7 @@ urllib3==2.7.0
# via
# -r requirements/base.txt
# requests
virtualenv==21.4.2
virtualenv==21.5.0
# via tox

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