diff --git a/pyproject.toml b/pyproject.toml index d50e4f7..2a5c90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ requires = ["poetry-core>=1.7.1"] build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] -python = "~3.12.7" +python = "~3.13.0" aws-xray-sdk = "^2.14.0" awscli-cwlogs = "1.4.6" Flask = "2.3.3" Flask-Env = "2.0.0" -gevent = "24.2.1" +gevent = "24.11.1" # PaaS gunicorn = "22.0.0" newrelic = "10.3.0" @@ -43,17 +43,17 @@ coveralls = "1.11.1" freezegun = "1.5.1" jinja2-cli = { extras = ["yaml"], version = "0.8.2" } monkeytype = "23.3.0" -mypy = "1.0.1" -poethepoet = "^0.24.4" +mypy = "1.13.0" +poethepoet = "^0.31.0" -pytest = "7.2.0" +pytest = "7.4.4" pytest-cov = "3.0.0" pytest-env = "0.8.1" pytest-mock = "3.14.0" -requests-mock = "1.10.0" +requests-mock = "1.12.1" ruff = "^0.8.2" -types-requests = "2.28.11" +types-requests = "2.32.0.20241016" # Poe the Poet tasks