Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump setuptools from 75.5.0 to 75.6.0 #1081

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump setuptools from 75.5.0 to 75.6.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.5.0 to 75.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.5.0...v75.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
commit df645cd4a554415d3304eb12db6ae6e962f9b8a9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dev = [
]
build = [
"pyinstaller==6.11.1",
"setuptools==75.5.0",
"setuptools==75.6.0",
"build==1.2.1"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest-sugar==1.0.0
python-flirt==0.9.2
pyyaml==6.0.1
rich==13.9.2
setuptools==75.5.0
setuptools==75.6.0
six==1.16.0
sortedcontainers==2.4.0
spinners==0.0.24
Expand Down