From 1c4c67a0d45e41e71e978db0f560ebb6f441e5b6 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 15 Sep 2024 20:19:18 +0000 Subject: [PATCH 1/2] Bump dependencies in pyproject.toml and tox.ini --- automation/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/pyproject.toml b/automation/pyproject.toml index 24156f7dd..9de69d133 100644 --- a/automation/pyproject.toml +++ b/automation/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # keep versions in sync with ../pyproject.toml - "setuptools==74.1.2", + "setuptools==75.0.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/pyproject.toml b/pyproject.toml index 0f394bd40..990588ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # keep versions in sync with automation/pyproject.toml - "setuptools==74.1.2", + "setuptools==75.0.0", "setuptools_scm==8.1.0", ] build-backend = "setuptools.build_meta" From 60ae45513a0cbdc0dc51b8ebbc21cb1172afeb63 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 15 Sep 2024 20:19:20 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/1995.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/1995.misc.rst diff --git a/changes/1995.misc.rst b/changes/1995.misc.rst new file mode 100644 index 000000000..08cd276c7 --- /dev/null +++ b/changes/1995.misc.rst @@ -0,0 +1 @@ +The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.