From 2ae188138cd34adef73eda4905991ebc9b3644e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:09:18 -0700 Subject: [PATCH 1/2] chore(deps): bump werkzeug from 2.3.8 to 3.0.3 in /test (#782) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.8...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/upstream-requirements-py311.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/upstream-requirements-py311.txt b/test/upstream-requirements-py311.txt index a0e9cbf7..1c3051be 100644 --- a/test/upstream-requirements-py311.txt +++ b/test/upstream-requirements-py311.txt @@ -34,5 +34,5 @@ sortedcontainers==2.4.0 toml==0.10.2 types-toml==0.10.8.5 urllib3==1.26.18 -Werkzeug==2.3.8 +Werkzeug==3.0.3 xmltodict==0.13.0 From 2e630389836434b5cda63e0e5ade00ea638173f8 Mon Sep 17 00:00:00 2001 From: Andrew Jewell <107044381+ajewellamz@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:59:12 -0500 Subject: [PATCH 2/2] chore: bump macos version in CI (#820) --- .github/workflows/ci_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 938c8fb8..fb308d0b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -22,7 +22,7 @@ jobs: # x86 builds are only meaningful for Windows - os: windows-latest architecture: x86 - - os: macos-12 + - os: macos-13 architecture: x64 python: - 3.8 @@ -30,7 +30,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - 3.x +# - 3.x 3.13 does not have 'pipes' and maybe other necessary things category: - local-slow # These require credentials.