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 @@ -10,7 +10,7 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
attrs==25.1.0
attrs==25.3.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ astroid==3.3.9
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -202,7 +202,7 @@ faker==37.0.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.17.0
filelock==3.18.0
# via
# -r requirements/test.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==3.3.9
# via
# -r requirements/test.in
# pylint
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -55,7 +55,7 @@ code-annotations==2.2.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -149,7 +149,7 @@ factory-boy==3.3.3
# via -r requirements/test.in
faker==37.0.0
# via factory-boy
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand Down