-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update requirements-testing.lock
- Loading branch information
1 parent
8e15b64
commit 1eabf9c
Showing
2 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,38 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml tests/requirements-testing.in --output-file tests/requirements-testing.lock | ||
# uv export --dev --format requirements-txt --no-hashes --output-file tests/requirements-testing.lock | ||
-e . | ||
annotated-types==0.7.0 | ||
bracex==2.5.post1 | ||
bump-my-version==0.28.0 | ||
click==8.1.7 | ||
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows' | ||
coverage==7.6.4 | ||
diff-match-patch==20241021 | ||
# via parallel-corpus (pyproject.toml) | ||
exceptiongroup==1.2.2 ; python_full_version < '3.11' | ||
iniconfig==2.0.0 | ||
# via pytest | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
more-itertools==10.5.0 | ||
# via parallel-corpus (pyproject.toml) | ||
mypy==1.12.1 | ||
mypy-extensions==1.0.0 | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
prompt-toolkit==3.0.36 | ||
pydantic==2.9.2 | ||
pydantic-core==2.23.4 | ||
pydantic-settings==2.6.0 | ||
pygments==2.18.0 | ||
pytest==8.3.3 | ||
# via | ||
# -r tests/requirements-testing.in | ||
# syrupy | ||
pytest-cov==5.0.0 | ||
python-dotenv==1.0.1 | ||
questionary==2.0.1 | ||
rich==13.9.2 | ||
rich-click==1.8.3 | ||
ruff==0.7.0 | ||
strenum==0.4.15 | ||
# via parallel-corpus (pyproject.toml) | ||
syrupy==4.7.2 | ||
# via -r tests/requirements-testing.in | ||
tomli==2.0.2 ; python_full_version <= '3.11' | ||
tomlkit==0.13.2 | ||
typing-extensions==4.12.2 | ||
# via parallel-corpus (pyproject.toml) | ||
wcmatch==10.0 | ||
wcwidth==0.2.13 |