File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,9 +116,13 @@ psutil==7.2.2 \
116116 --hash=sha256:eed63d3b4d62449571547b60578c5b2c4bcccc5387148db46e0c2313dad0ee00 \
117117 --hash=sha256:fd04ef36b4a6d599bbdb225dd1d3f51e00105f6d48a28f006da7f9822f2606d8
118118 # via -r requirements-dev.txt
119- pytest==8.1.1 \
120- --hash=sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7 \
121- --hash=sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044
119+ pygments==2.20.0 \
120+ --hash=sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f \
121+ --hash=sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176
122+ # via pytest
123+ pytest==9.0.3 \
124+ --hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
125+ --hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
122126 # via
123127 # -r requirements-dev.txt
124128 # pytest-cov
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ setuptools==80.10.2;python_version>="3.12"
66packaging == 24.1 ;python_version >= "3.12" # Requirement for setuptools>=71
77
88# Pytest specific deps
9- pytest == 8.1.1
9+ pytest == 9.0.3
1010pytest-cov == 5.0.0
1111atomicwrites >= 1.0 # Windows requirement
1212colorama > 0.3.0 # Windows requirement
You can’t perform that action at this time.
0 commit comments