From 4045f563ab2b1cb9276ee559e19ad261517fee5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:43:47 -0400 Subject: [PATCH] Bump setuptools from 65.5.0 to 69.2.0 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create dependabot.yml * Bump setuptools from 65.5.0 to 69.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 69.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v69.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Ru Keïn <3181182+alphasentaurii@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/dependabot.yml | 10 ++++++++++ docs/requirements.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..06d1790 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# specify which package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/docs/requirements.txt b/docs/requirements.txt index 41f0ed3..7d00195 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -setuptools==65.5.0 +setuptools==69.2.0 Sphinx==6.2.1 sphinx-automodapi==0.15.0 sphinx_rtd_theme==1.2.2