From 3e2fc74202ec5ad0fa415b760a853f7229ef7815 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 18 Aug 2024 20:12:04 +0000 Subject: [PATCH 1/2] Bump dependencies in pyproject.toml and tox.ini --- android/pyproject.toml | 2 +- cocoa/pyproject.toml | 2 +- core/pyproject.toml | 2 +- demo/pyproject.toml | 2 +- dummy/pyproject.toml | 2 +- gtk/pyproject.toml | 2 +- iOS/pyproject.toml | 2 +- textual/pyproject.toml | 2 +- toga/pyproject.toml | 2 +- tox.ini | 2 +- web/pyproject.toml | 2 +- winforms/pyproject.toml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/android/pyproject.toml b/android/pyproject.toml index 220ded5dec..414ca0df2e 100644 --- a/android/pyproject.toml +++ b/android/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/cocoa/pyproject.toml b/cocoa/pyproject.toml index 62e45fa1ff..e23bbd6f71 100644 --- a/cocoa/pyproject.toml +++ b/cocoa/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/core/pyproject.toml b/core/pyproject.toml index 9e89874f1d..59b93f2304 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/demo/pyproject.toml b/demo/pyproject.toml index 8daa0fcf19..476037ffd3 100644 --- a/demo/pyproject.toml +++ b/demo/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/dummy/pyproject.toml b/dummy/pyproject.toml index 4282a7573d..c52e60e587 100644 --- a/dummy/pyproject.toml +++ b/dummy/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/gtk/pyproject.toml b/gtk/pyproject.toml index c3e38939c1..62f504fa26 100644 --- a/gtk/pyproject.toml +++ b/gtk/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/iOS/pyproject.toml b/iOS/pyproject.toml index c729057c4a..95ea85b4e3 100644 --- a/iOS/pyproject.toml +++ b/iOS/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/textual/pyproject.toml b/textual/pyproject.toml index 2b0e36bdaf..3d8950c58f 100644 --- a/textual/pyproject.toml +++ b/textual/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/toga/pyproject.toml b/toga/pyproject.toml index 1cde85d59c..ebd1ac3e10 100644 --- a/toga/pyproject.toml +++ b/toga/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/tox.ini b/tox.ini index 39b5894468..1f80070cb0 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ commands = [testenv:towncrier{,-check}] skip_install = True deps = - towncrier==23.11.0 + towncrier==24.7.1 {tox_root}{/}core commands = check : python -m towncrier.check --compare-with origin/main diff --git a/web/pyproject.toml b/web/pyproject.toml index 06f9e6ece5..aaeae9d3ed 100644 --- a/web/pyproject.toml +++ b/web/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] diff --git a/winforms/pyproject.toml b/winforms/pyproject.toml index 44f226e4d3..c634868f84 100644 --- a/winforms/pyproject.toml +++ b/winforms/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ] From 4514c156bf45e7d8e59d9a9d45dae2810e953298 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 18 Aug 2024 20:12:09 +0000 Subject: [PATCH 2/2] Add changenote. --- changes/2774.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2774.misc.rst diff --git a/changes/2774.misc.rst b/changes/2774.misc.rst new file mode 100644 index 0000000000..08cd276c7e --- /dev/null +++ b/changes/2774.misc.rst @@ -0,0 +1 @@ +The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.