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
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ filelock==3.19.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.4
freezegun==1.5.5
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -176,7 +176,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand All @@ -190,7 +190,7 @@ pytest-codspeed==4.0.0
# -r requirements/test.in
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ filelock==3.19.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.4
freezegun==1.5.5
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down Expand Up @@ -171,7 +171,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand All @@ -185,7 +185,7 @@ pytest-codspeed==4.0.0
# -r requirements/test.in
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ filelock==3.19.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.4
freezegun==1.5.5
# via -r requirements/lint.in
identify==2.6.13
# via pre-commit
Expand Down Expand Up @@ -75,14 +75,14 @@ pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/lint.in
# pytest-codspeed
# pytest-mock
pytest-codspeed==4.0.0
# via -r requirements/lint.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ execnet==2.1.1
# via pytest-xdist
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.4
freezegun==1.5.5
# via -r requirements/test.in
frozenlist==1.7.0
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ pygments==2.19.2
# via
# pytest
# rich
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-codspeed
Expand All @@ -106,7 +106,7 @@ pytest-codspeed==4.0.0
# via -r requirements/test.in
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/test.in
pytest-xdist==3.8.0
# via -r requirements/test.in
Expand Down
Loading