diff options
| author | Bobby <[email protected]> | 2026-04-28 12:45:59 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 12:45:59 +0530 |
| commit | e793aec73c03266d6952fb5bc901229e69814809 (patch) | |
| tree | de8346d116f55b53ac08d4bc473efae73fb2eb99 | |
| parent | ec7545565196bd1d145d4f22ebd436a0ff020276 (diff) | |
| parent | 5d0e2d08b4d569e7bdf2ebbc6beaa7067860f914 (diff) | |
| download | edify-e793aec73c03266d6952fb5bc901229e69814809.tar.xz edify-e793aec73c03266d6952fb5bc901229e69814809.zip | |
Merge branch 'main' into dependabot/pip/pip-gte-26.0.1
| -rw-r--r-- | ci/requirements.txt | 2 | ||||
| -rw-r--r-- | docs/requirements.txt | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index d6e5a33..8130f03 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ virtualenv>=21.3.0 pip>=26.0.1 -setuptools>=18.0.1 +setuptools>=82.0.1 six>=1.17.0 tox diff --git a/docs/requirements.txt b/docs/requirements.txt index 37da9ae..1bbab8a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx>=1.3 +sphinx>=7.4.7 sphinx-rtd-theme diff --git a/pyproject.toml b/pyproject.toml index fc9d53d..022853d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=30.3.0", + "setuptools>=82.0.1", "wheel", ] |
