diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-05-19 03:24:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 03:24:54 -0300 |
| commit | 0e8de05dd73d38aeb3bbd4d70d708501b6be0793 (patch) | |
| tree | 9e244de23f28aaac7cd03a6c4ad5e7caf33c14b0 /pyproject.toml | |
| parent | 4a6ed7e3a84370fac3ce903ff366e97ea0daba5c (diff) | |
| parent | 6540eed86db7f90602ab54e6a3c205e3bd2305f0 (diff) | |
| download | pyvyos-0e8de05dd73d38aeb3bbd4d70d708501b6be0793.tar.gz pyvyos-0e8de05dd73d38aeb3bbd4d70d708501b6be0793.zip | |
Merge pull request #32 from vyos-contrib/dependabot/pip/requests-gte-2.34.2-and-lt-3.0
Update requests requirement from <3.0,>=2.32.0 to >=2.34.2,<3.0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 23aa2f5..83f4f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "pytest>=9.0.3", - "requests>=2.32.0,<3.0", + "requests>=2.34.2,<3.0", ] [project.optional-dependencies] |
