From 6acf16a8c61b1cef81bc6d268cfbc1cef67bc104 Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Tue, 25 Mar 2025 18:01:09 +0200 Subject: [PATCH] fix: update tycho indexer testing dep to 0.60.0 (#183) --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 82980cf..96e503a 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -2,5 +2,5 @@ psycopg2==2.9.9 PyYAML==6.0.1 Requests==2.32.2 web3==5.31.3 -git+https://github.com/propeller-heads/tycho-indexer.git@0.49.0#subdirectory=tycho-client-py +git+https://github.com/propeller-heads/tycho-indexer.git@0.60.0#subdirectory=tycho-client-py git+https://github.com/propeller-heads/tycho-simulation.git@0.85.0#subdirectory=tycho_simulation_py \ No newline at end of file