Skip to content

Commit a19e537

Browse files
committed
Pin TapDB 9.0.2
1 parent e5b5c0d commit a19e537

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"python-multipart>=0.0.6",
3939
"cli-core-yo==2.1.1",
4040
"daylily-auth-cognito==2.1.5",
41-
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.1",
41+
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.2",
4242
"typer>=0.21.0,<0.22.0",
4343
"rich>=14.0.0,<15.0.0",
4444
"pillow>=10.0.0",

tests/test_deploy_contract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_pyproject_owns_python_dependencies_and_console_scripts() -> None:
8383
assert "cli-core-yo==2.1.1" in dependencies
8484
assert "daylily-auth-cognito==2.1.5" in dependencies
8585
assert (
86-
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.1"
86+
"daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.2"
8787
in dependencies
8888
)
8989
assert "boto3>=1.26.0" in dependencies

tests/test_packaging_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ def test_pyproject_pins_release_train_dependencies() -> None:
2424
assert "daylily-auth-cognito==2.1.5" in dependencies
2525
assert (
2626
tapdb_spec
27-
== "daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.1"
27+
== "daylily-tapdb @ git+https://github.com/Daylily-Informatics/daylily-tapdb.git@9.0.2"
2828
)
2929
assert all("daylily-cognito" not in dependency for dependency in dependencies)

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)