Skip to content
Merged
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
31 changes: 30 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@
# uv pip compile --output-file requirements-dev.txt requirements-dev.in
appdirs==1.4.4
# via -r requirements.in
backports-tarfile==1.2.0
# via jaraco-context
build==1.4.2
# via -r requirements-dev.in
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.6
# via requests
cryptography==46.0.6
# via secretstorage
distlib==0.4.0
# via virtualenv
docutils==0.22.4
# via readme-renderer
exceptiongroup==1.3.1
# via pytest
filelock==3.25.2
# via
# python-discovery
Expand All @@ -24,6 +32,8 @@ identify==2.6.18
# via pre-commit
idna==3.11
# via requests
importlib-metadata==9.0.0
# via keyring
iniconfig==2.3.0
# via pytest
jaraco-classes==3.4.0
Expand All @@ -32,6 +42,10 @@ jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
keyring==25.7.0
# via twine
markdown-it-py==4.0.0
Expand Down Expand Up @@ -59,7 +73,9 @@ pluggy==1.6.0
# via pytest
pre-commit==4.5.1
# via -r requirements-dev.in
pygments==2.19.2
pycparser==3.0
# via cffi
pygments==2.20.0
# via
# pytest
# readme-renderer
Expand All @@ -85,8 +101,19 @@ rfc3986==2.0.0
# via twine
rich==14.3.3
# via twine
secretstorage==3.5.0
# via keyring
tomli==2.4.1
# via
# build
# pytest
twine==6.2.0
# via -r requirements-dev.in
typing-extensions==4.15.0
# via
# cryptography
# exceptiongroup
# virtualenv
urllib3==2.6.3
# via
# id
Expand All @@ -96,3 +123,5 @@ uv==0.11.1
# via -r requirements-dev.in
virtualenv==21.2.0
# via pre-commit
zipp==3.23.0
# via importlib-metadata
Loading