diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-05-19 06:28:38 +0000 |
|---|---|---|
| committer | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-05-19 06:28:38 +0000 |
| commit | 94c4c1c5cb258f0ef88063d89b67d25f67d3c74c (patch) | |
| tree | 2e50605b126d25e16fd7c5004f0e81130f85cabc | |
| parent | b9208fbb3db4dd6ce80967feb1be5af2f3f01c74 (diff) | |
| parent | 0e8de05dd73d38aeb3bbd4d70d708501b6be0793 (diff) | |
| download | pyvyos-hotfix/0.4.1-runtime-deps.tar.gz pyvyos-hotfix/0.4.1-runtime-deps.zip | |
Merge remote-tracking branch 'origin/main' into hotfix/0.4.1-runtime-depshotfix/0.4.1-runtime-deps
# Conflicts:
# 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", ] |
