diff --git a/README.md b/README.md index 193d78d..398acd6 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Few tips on how to use the Navitia APIs are available [here](docs/few_tips.md). ##  Dependencies * Python >= 3.12 -* requests>=2.32 +* requests>=2.33 Additional dependencies are described in the [pyproject.toml file](pyproject.toml). diff --git a/dev-requirements.txt b/dev-requirements.txt index 0279c75..e12e90c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ mypy<1 pre-commit<4 -pytest<9 +pytest>=9.0.3 pytest-cov<6 ruff<1 diff --git a/pyproject.toml b/pyproject.toml index c52c332..7cfb094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ version = "3.0.0" requires-python = ">=3.12" dependencies = [ - "requests>=2.32, < 3", + "requests>=2.33, < 3", ] [project.urls]