From af58574a19c1f57ad41b30d2dce40ab3f710a583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 23 Mar 2026 19:36:11 +0000 Subject: [PATCH] feat(deps): lock file maintenance (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/infra-meraki/pulls/6 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- uv.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uv.lock b/uv.lock index 4a101c7..d958cf4 100644 --- a/uv.lock +++ b/uv.lock @@ -104,11 +104,11 @@ wheels = [ [[package]] name = "attrs" -version = "25.4.0" +version = "26.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" }, + { url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" }, ] [[package]] @@ -399,7 +399,7 @@ wheels = [ [[package]] name = "meraki" -version = "2.1.2" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -410,9 +410,9 @@ dependencies = [ { name = "setuptools" }, { name = "wheel" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/87/cd/8d99f591433bf6b7bf7fc2c88fbce9dcab42a367c97ceb5d2a245185557d/meraki-2.1.2.tar.gz", hash = "sha256:6091a0aab8ee349ed34e98aad9fb7dc926479837aefefb4ce43caab95b6a9db7", size = 298121, upload-time = "2026-02-17T17:45:57.872Z" } +sdist = { url = "https://files.pythonhosted.org/packages/14/c7/b70557d25f4f24da9d9b22aed3159dc4f59b749e5b4a2498833eaeb43399/meraki-2.2.0.tar.gz", hash = "sha256:fe5307826d59a52637226ed6cfcf288753147aa37185e718ae42b91bc979225a", size = 302703, upload-time = "2026-03-19T18:52:24.368Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ae/07/c36abec6d2a83de7be9e5bfd13b1c723974898b89ddc2ae31cdd8853b4c6/meraki-2.1.2-py3-none-any.whl", hash = "sha256:f391d4990c11ac842afe65cd0c9ce05ce28de780374e0cbbef4656cfc3031106", size = 331470, upload-time = "2026-02-17T17:45:56.014Z" }, + { url = "https://files.pythonhosted.org/packages/d3/d5/b93894cb712f2b9fb89762efc83f896bb8ee37100cd5657b981713ead3f8/meraki-2.2.0-py3-none-any.whl", hash = "sha256:ff7a1b697d61caa6a9f5aeeb13e5383bb1b37a7c7949775c8aca87c777b7d3cf", size = 336120, upload-time = "2026-03-19T18:52:22.965Z" }, ] [[package]]