diff --git a/poetry.lock b/poetry.lock index 08505b1..235fa0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1859,13 +1859,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.3" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" 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.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2320,4 +2320,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "917365db1f0a4a11d91ec6a0051df04c3f65f4fab6533c6960fea1405c12b011" +content-hash = "e766de09c458c8fc48a8c87a334272a4ac500bf1132ac177b45530022c76ca46" diff --git a/pyproject.toml b/pyproject.toml index 2eb98cb..28babd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ httpx = "^0.27.0" rich = "^13.7.1" validators = "^0.32.0" urllib3 = "^2.2.2" -requests = "^2.32.3" +requests = ">=2.32.3,<3.0.0" confluent-kafka = "^2.5.0" pytest = "^8.2.2" jupyter = "^1.0.0"