diff --git a/poetry.lock b/poetry.lock index e389e8e5e..54996c03e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -612,7 +612,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -1761,14 +1761,14 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.34.0" +version = "2.34.1" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"}, - {file = "requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"}, + {file = "requests-2.34.1-py3-none-any.whl", hash = "sha256:bf38a3ff993960d3dd819c08862c40b3c703306eb7c744fcd9f4ddbb95b548f0"}, + {file = "requests-2.34.1.tar.gz", hash = "sha256:0fc5669f2b69704449fe1552360bd2a73a54512dfd03e65529157f1513322beb"}, ] [package.dependencies] @@ -2095,4 +2095,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "4b413ee8c6da27df69efe47f6d76ffc0a84aea31beaff65a49d1a140e84c50c1" +content-hash = "1b5ca41e42d2ac5014eff2f569354c0fea3c703a9851c7d1fcf8efa7c2fc43d6" diff --git a/pyproject.toml b/pyproject.toml index 587dad0b4..aeefbd8ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ gitpython = "^3.1.45" lxml = "^5.1.0" xmlformatter = "^0.2.8" pytest-check = "^2.6.2" -requests = "^2.32.5" +requests = "^2.34.1" openapi-core = "^0.19.5"