chore(deps-dev): bump setuptools from 79.0.0 to 80.0.0 (#453)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-01 13:20:30 -05:00 committed by GitHub
parent 680449b629
commit 36ba3f932b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -980,14 +980,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "setuptools"
version = "79.0.0"
version = "80.0.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "setuptools-79.0.0-py3-none-any.whl", hash = "sha256:b9ab3a104bedb292323f53797b00864e10e434a3ab3906813a7169e4745b912a"},
{file = "setuptools-79.0.0.tar.gz", hash = "sha256:9828422e7541213b0aacb6e10bbf9dd8febeaa45a48570e09b6d100e063fc9f9"},
{file = "setuptools-80.0.0-py3-none-any.whl", hash = "sha256:a38f898dcd6e5380f4da4381a87ec90bd0a7eec23d204a5552e80ee3cab6bd27"},
{file = "setuptools-80.0.0.tar.gz", hash = "sha256:c40a5b3729d58dd749c0f08f1a07d134fb8a0a3d7f87dc33e7c5e1f762138650"},
]
[package.extras]
@ -1307,4 +1307,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9"
content-hash = "dd60140d6c87b4bc2b32b63e85f1a0c6ce2df688e0333548c94f7dfdc2d9f196"
content-hash = "eb8452c173afe7ede9a25b564de5e6bb17a2559abdb4dbdc95f999ff50d2e703"

View File

@ -51,7 +51,7 @@ pytest-asyncio = ">=0.19,<0.27"
pycairo = "^1.21.0"
PyGObject = {version = ">=3.50,<3.51", python = "<4"}
Cython = ">=3,<3.1.0"
setuptools = ">=65.4.1,<80.0.0"
setuptools = ">=65.4.1,<81.0.0"
pytest-timeout = "^2.1.0"
pytest-codspeed = "^3.1.1"
covdefaults = "^2.3.0"