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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ propcache==0.2.1 \
# via
# aiohttp
# yarl
pyfakefs==5.9.1 \
--hash=sha256:b3c1f391f1990112ff6b0642182e75f07a6d7fcd81cf1357277680bf6c9b8a84 \
--hash=sha256:ca02a1441dc77d7512bebfe4224b32f2127e83c45672f5fe2c02c33d4284bc70
pyfakefs==5.9.2 \
--hash=sha256:66c5c6ccd4097b484f8782f9a5078fee0533d465e0d9caf594c9157d54382553 \
--hash=sha256:8fcea36051d5b8827d49f5e2d242e91a51c5af6b78eeffa8e7adb899a6763e99
# via -r dev-requirements.in
pygments==2.19.2 \
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \
Expand Down
4 changes: 2 additions & 2 deletions mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.12.14
aiohttp==3.12.15
alive_progress>=3.3.0
mypy==1.16.1
mypy==1.17.1
pyfakefs
pytest
pytest-mock
Expand Down
Loading