diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-28 07:13:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 07:13:59 +0000 |
| commit | ec7545565196bd1d145d4f22ebd436a0ff020276 (patch) | |
| tree | da726534da85dbd9de06d0342341c3d03dfc97e2 | |
| parent | acc93d836ec9c548512c11fe8b1a2561009f22cd (diff) | |
| download | edify-ec7545565196bd1d145d4f22ebd436a0ff020276.tar.xz edify-ec7545565196bd1d145d4f22ebd436a0ff020276.zip | |
Update pip requirement from >=19.1.1 to >=26.0.1
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/19.1.1...26.0.1)
---
updated-dependencies:
- dependency-name: pip
dependency-version: 26.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | ci/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index 80d9c39..d6e5a33 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=21.3.0 -pip>=19.1.1 +pip>=26.0.1 setuptools>=18.0.1 six>=1.17.0 tox |
