diff --git a/poetry.lock b/poetry.lock index f85bc33..516e58e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "annotated-types" @@ -1531,19 +1531,19 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main", "dev"] 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" @@ -2230,4 +2230,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1be019a6256bbee9416b242edf3136d9a1fbd0b200d554fa575fea52d6648552" +content-hash = "80766dde08c9f0aa5973082214ff45d8b11664ba61a3b50f1533e5c63c754ca8" diff --git a/pyproject.toml b/pyproject.toml index 12c7975..a513d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ python-dotenv = "^1.0.1" # For loading .env files PyYAML = "^6.0.1" # For YAML configuration files typer = {extras = ["all"], version = "^0.12.3"} # For CLI commands (optional, but good for management scripts) loguru = "^0.7.2" # For enhanced logging -requests = "^2.31.0" # For HTTP requests in test scripts +requests = "^2.32.4" # For HTTP requests in test scripts mcp = "^1.2.0" # Official MCP Python SDK jsonschema = "^4.21.0" # For configuration schema validation sse-starlette = "^2.1.0" # For Server-Sent Events in FastAPI