diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 910ae62..e8aface 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.20"] +requires = ["hatchling>=1.29.0"] build-backend = "hatchling.build" [project] @@ -28,14 +28,14 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "requests>=2.32.0,<3.0", + "requests>=2.34.2,<3.0", ] [project.optional-dependencies] dev = [ - "python-dotenv>=1.0.1,<2.0", + "python-dotenv>=1.2.2,<2.0", "pytest>=8.0,<10.0", - "pytest-cov>=5.0,<7.0", + "pytest-cov>=7.1.0,<8.0", "pytest-env>=0.6.2,<1.3", ] |
