Skip to content
Open
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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# - requests
#

certifi==2025.10.5
certifi==2025.11.12
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
idna==3.10
idna==3.11
# via requests
makefun==1.16.0
# via hatch.envs.default
Expand Down
42 changes: 14 additions & 28 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# - pytest-cov
# - pytest-freezer
# - pytest-github-actions-annotate-failures
# - pytest-memray
# - pytest-mock
# - pytest-randomly
# - requests-mock
Expand All @@ -21,15 +20,15 @@
# - requests
#

certifi==2025.10.5
certifi==2025.11.12
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via mutmut
coverage==7.10.7
coverage==7.11.3
# via
# hatch.envs.dev
# pytest-cov
Expand All @@ -41,12 +40,10 @@ freezegun==1.5.5
# via pytest-freezer
identify==2.6.15
# via pre-commit
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via memray
libcst==1.7.0
# via mutmut
linkify-it-py==2.0.3
Expand All @@ -58,14 +55,10 @@ markdown-it-py==4.0.0
# mdit-py-plugins
# rich
# textual
markupsafe==3.0.3
# via jinja2
mdit-py-plugins==0.5.0
# via markdown-it-py
# via textual
mdurl==0.1.2
# via markdown-it-py
memray==1.19.1
# via pytest-memray
mutmut==3.3.1
# via hatch.envs.dev
nodeenv==1.9.1
Expand All @@ -82,7 +75,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pre-commit==4.3.0
pre-commit==4.4.0
# via hatch.envs.dev
pychoir==0.0.29
# via hatch.envs.dev
Expand All @@ -91,16 +84,15 @@ pygments==2.19.2
# pytest
# rich
# textual
pyright==1.1.406
pyright==1.1.407
# via hatch.envs.dev
pytest==8.4.2
pytest==9.0.1
# via
# hatch.envs.dev
# mutmut
# pytest-cov
# pytest-freezer
# pytest-github-actions-annotate-failures
# pytest-memray
# pytest-mock
# pytest-randomly
pytest-cov==7.0.0
Expand All @@ -109,8 +101,6 @@ pytest-freezer==0.4.9
# via hatch.envs.dev
pytest-github-actions-annotate-failures==0.3.0
# via hatch.envs.dev
pytest-memray==1.8.0
# via hatch.envs.dev
pytest-mock==3.15.1
# via hatch.envs.dev
pytest-randomly==4.0.1
Expand All @@ -130,19 +120,15 @@ requests==2.32.5
requests-mock==1.12.1
# via hatch.envs.dev
rich==14.2.0
# via
# memray
# textual
ruff==0.14.0
# via textual
ruff==0.14.4
# via hatch.envs.dev
setproctitle==1.3.7
# via mutmut
six==1.17.0
# via python-dateutil
textual==6.2.1
# via
# memray
# mutmut
textual==6.6.0
# via mutmut
typing-extensions==4.15.0
# via
# hatch.envs.dev
Expand All @@ -152,5 +138,5 @@ uc-micro-py==1.0.3
# via linkify-it-py
urllib3==2.5.0
# via requests
virtualenv==20.34.0
virtualenv==20.35.4
# via pre-commit
Loading