diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-05-19 06:16:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 06:16:39 +0000 |
| commit | 6540eed86db7f90602ab54e6a3c205e3bd2305f0 (patch) | |
| tree | d13d81a5c03b6b67ca318c54f458be3d12a70089 | |
| parent | 294d060ac1557ed70cab7a12f97d930f9dc4baf9 (diff) | |
| download | pyvyos-6540eed86db7f90602ab54e6a3c205e3bd2305f0.tar.gz pyvyos-6540eed86db7f90602ab54e6a3c205e3bd2305f0.zip | |
Update requests requirement from <3.0,>=2.32.0 to >=2.34.2,<3.0
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.34.2)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.34.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5c3885a..1754a2c 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] |
