diff --git a/poetry.lock b/poetry.lock index dec7894..73e9dd3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,13 +1914,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] @@ -2428,4 +2428,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "98130766941fefd8a82e2c4afc72021ffa6a6d09932e8249ad95ce3732b00df8" +content-hash = "3c9fecfdbc5abc2758d9bb59e34b319fab9a61653b807b6b95457ae878ba82ba" diff --git a/pyproject.toml b/pyproject.toml index bd148dc..de34dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,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"