Skip to content

Commit

Permalink
Bump setuptools from 65.5.0 to 69.2.0 (#61)
Browse files Browse the repository at this point in the history
* 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](pypa/setuptools@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] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ru Keïn <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and alphasentaurii authored Apr 6, 2024
1 parent 83b0453 commit 4045f56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4045f56

Please sign in to comment.