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
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gidgethub==5.4.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.13
identify==2.6.14
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pytest-codspeed==4.0.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-mock==3.15.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gidgethub==5.4.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.13
identify==2.6.14
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ pytest-codspeed==4.0.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-mock==3.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.5
# via -r requirements/lint.in
identify==2.6.13
identify==2.6.14
# via pre-commit
idna==3.7
# via trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pytest==8.4.2
# pytest-xdist
pytest-codspeed==4.0.0
# via -r requirements/test.in
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-mock==3.15.0
# via -r requirements/test.in
Expand Down
Loading