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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ filelock==3.20.3
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.150.0
hypothesis==6.150.2
# via -r requirements/doc.txt
idna==3.11
# via
Expand All @@ -125,7 +125,7 @@ jinja2==3.1.6
# -r requirements/doc.txt
# code-annotations
# sphinx
librt==0.7.7
librt==0.7.8
# via
# -r requirements/doc.txt
# mypy
Expand Down Expand Up @@ -264,7 +264,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/doc.txt
# hypothesis
soupsieve==2.8.1
soupsieve==2.8.2
# via
# -r requirements/doc.txt
# beautifulsoup4
Expand Down Expand Up @@ -307,7 +307,7 @@ text-unidecode==1.3
# via
# -r requirements/doc.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/doc.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.150.0
hypothesis==6.150.2
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -57,7 +57,7 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# code-annotations
librt==0.7.7
librt==0.7.8
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -158,7 +158,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.150.0
hypothesis==6.150.2
# via -r requirements/test.txt
idna==3.11
# via requests
Expand All @@ -81,7 +81,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# sphinx
librt==0.7.7
librt==0.7.8
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -189,7 +189,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
soupsieve==2.8.1
soupsieve==2.8.2
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.150.0
hypothesis==6.150.2
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
isort==7.0.0
# via pylint
jinja2==3.1.6
# via code-annotations
librt==0.7.7
librt==0.7.8
# via mypy
markupsafe==3.0.3
# via jinja2
Expand Down Expand Up @@ -106,7 +106,7 @@ stevedore==5.6.0
# code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
typing-extensions==4.15.0
# via
Expand Down