From 2987b23a0b23f939dab3560484a3be8249db0373 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 17 Nov 2024 20:10:53 +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 afdb33e2b..97d8c848e 100644 --- a/automation/pyproject.toml +++ b/automation/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # keep versions in sync with ../pyproject.toml - "setuptools==75.3.0", + "setuptools==75.5.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 fdb5fd34c..8bb99015f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ # keep versions in sync with automation/pyproject.toml - "setuptools==75.3.0", + "setuptools==75.5.0", "setuptools_scm==8.1.0", ] build-backend = "setuptools.build_meta" From 52579fabb6169607595aca4adba54842d92bed14 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 17 Nov 2024 20:10:59 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/2061.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2061.misc.rst diff --git a/changes/2061.misc.rst b/changes/2061.misc.rst new file mode 100644 index 000000000..08cd276c7 --- /dev/null +++ b/changes/2061.misc.rst @@ -0,0 +1 @@ +The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.