diff --git a/pyproject.toml b/pyproject.toml index b681fc7..8848b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = "<3.11,>=3.7.1" -requests = "^2.25.1" +requests = "2.29.0" singer-sdk = "^0.26.0" pendulum = "^2.1.2"