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 @@ -112,7 +112,7 @@ packaging==25.0
# via
# django-nine
# gunicorn
path==17.1.0
path==17.1.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
Expand Down
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.0
tox==4.28.3
# via -r requirements/ci.in
virtualenv==20.31.2
virtualenv==20.32.0
# via tox
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.9.2
coverage[toml]==7.10.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -271,7 +271,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
path==17.1.0
path==17.1.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -441,7 +441,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.28.0
tox==4.28.3
# via -r requirements/test.txt
typing-extensions==4.14.1
# via
Expand Down Expand Up @@ -473,7 +473,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==20.31.2
virtualenv==20.32.0
# via
# -r requirements/test.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ code-annotations==2.3.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.9.2
coverage[toml]==7.10.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -197,7 +197,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
path==17.1.0
path==17.1.1
# via
# -r requirements/base.txt
# path-py
Expand Down Expand Up @@ -319,7 +319,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.28.0
tox==4.28.3
# via -r requirements/test.in
typing-extensions==4.14.1
# via
Expand All @@ -345,7 +345,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.31.2
virtualenv==20.32.0
# via tox

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