From 1eabf9c4972bfe440353d7ea5afa416b5b545b94 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Mon, 18 Nov 2024 12:54:09 +0100 Subject: [PATCH] test: update requirements-testing.lock --- tests/requirements-testing.in | 2 -- tests/requirements-testing.lock | 40 +++++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 tests/requirements-testing.in diff --git a/tests/requirements-testing.in b/tests/requirements-testing.in deleted file mode 100644 index af4a43e..0000000 --- a/tests/requirements-testing.in +++ /dev/null @@ -1,2 +0,0 @@ -pytest -syrupy diff --git a/tests/requirements-testing.lock b/tests/requirements-testing.lock index 8ae81dd..782dc73 100644 --- a/tests/requirements-testing.lock +++ b/tests/requirements-testing.lock @@ -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