From 235eb13607b3ce9c673b4ad186dd78d898c8705c Mon Sep 17 00:00:00 2001 From: mmsqe Date: Thu, 23 May 2024 19:55:31 +0800 Subject: [PATCH] test pystarport --- integration_tests/poetry.lock | 12 ++++++------ integration_tests/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integration_tests/poetry.lock b/integration_tests/poetry.lock index ba26a18d8..039916980 100644 --- a/integration_tests/poetry.lock +++ b/integration_tests/poetry.lock @@ -783,8 +783,8 @@ develop = false [package.dependencies] bech32 = "^1.1" docker = "^7.0" -durations = "^0.3" -fire = "^0.4" +durations = "^0" +fire = "^0" jsonmerge = "^1.7" jsonnet = "^0" multitail2 = "^1.5" @@ -794,13 +794,13 @@ pyyaml = "^6.0" pyyaml-include = "^1.3" rpds-py = "^0.17.0" supervisor = "^4.2" -tomlkit = "^0.7" +tomlkit = "^0" [package.source] type = "git" url = "https://github.com/crypto-com/pystarport.git" -reference = "main" -resolved_reference = "266e133011305da09b45ad892092270897c8fcdc" +reference = "dependabot/pip/requests-2.32.0" +resolved_reference = "affa4c8211e9e426cd1265b76a9fc46bb13f5ae9" [[package]] name = "pytest" @@ -1241,4 +1241,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0591497c0794629b4ba7fa71d9944398ddd2f9bed1e430faf135bd21c28cd90e" +content-hash = "d95e24f80c98178886828d27245ad3efdd4f57ab4dd7ff752655223107ff141c" diff --git a/integration_tests/pyproject.toml b/integration_tests/pyproject.toml index 3a1b25ccc..27b8bfb70 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -17,7 +17,7 @@ pytest-github-actions-annotate-failures = "^0.2" protobuf = "^4.25" pyyaml = "^6.0" python-dateutil = "^2.8" -pystarport = { git = "https://github.com/crypto-com/pystarport.git", branch = "main" } +pystarport = { git = "https://github.com/crypto-com/pystarport.git", branch = "dependabot/pip/requests-2.32.0" } chainlibpy = "^2.2.0" [tool.poetry.dev-dependencies]