diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-28 02:08:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 02:08:27 +0000 |
| commit | 0279c9707317ac3e73ad5d1fff9ac42d2382b199 (patch) | |
| tree | bd10625793c5d62a655d3cb7db5c635b173e14da | |
| parent | b07c5de4091643aa738feeb459e1b71857275d10 (diff) | |
| download | edify-0279c9707317ac3e73ad5d1fff9ac42d2382b199.tar.xz edify-0279c9707317ac3e73ad5d1fff9ac42d2382b199.zip | |
Update six requirement from >=1.14.0 to >=1.17.0
Updates the requirements on [six](https://github.com/benjaminp/six) to permit the latest version.
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.14.0...1.17.0)
---
updated-dependencies:
- dependency-name: six
dependency-version: 1.17.0
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 a0ef106..c8fd094 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=16.6.0 pip>=19.1.1 setuptools>=18.0.1 -six>=1.14.0 +six>=1.17.0 tox |
