Skip to content

Commit

Permalink
Bump setuptools from 69.0.2 to 69.1.1 (#27)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 69.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.2...v69.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e432287 commit 78769b9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.0
setuptools==69.0.2
setuptools==69.1.1
pytest==8.1.0
dotsetup~=0.0.2
packaging~=23.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
],
python_requires='>=3.8',
install_requires=[
'setuptools==69.0.2',
'setuptools==69.1.1',
'pytest==8.1.0',
'dotsetup==0.0.2',
'packaging==23.2',

0 comments on commit 78769b9

Please sign in to comment.