diff --git a/op-conductor-ops/poetry.lock b/op-conductor-ops/poetry.lock index df2face7..27468747 100644 --- a/op-conductor-ops/poetry.lock +++ b/op-conductor-ops/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "black" @@ -304,19 +304,19 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -410,7 +410,7 @@ files = [ ] [package.extras] -brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] @@ -418,4 +418,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "6cb41aa063ec6ed99122cf9a94e6ab3120b78fd1fdde8bac9e0e30ad42379daa" +content-hash = "341090670dc30be47b76b634f4aaba32562075274588f66abb1c1c49430f2f81" diff --git a/op-conductor-ops/pyproject.toml b/op-conductor-ops/pyproject.toml index fd9e9c64..0323ce0a 100644 --- a/op-conductor-ops/pyproject.toml +++ b/op-conductor-ops/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" typer = "^0.12.3" -requests = "^2.31.0" +requests = "^2.32.4" toml = "^0.10.2" [tool.poetry.group.dev.dependencies]