From 242cbc15f76ce039cd5252cce14670236943d7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:28:01 +0000 Subject: [PATCH] build(deps-dev): bump setuptools from 80.9.0 to 80.10.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.2. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- install-requirements.txt | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 23a332c..3026389 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [dev-packages] -setuptools = "==80.9.0" +setuptools = "==80.10.2" sourcery = "==1.40.0" build = "==1.4.0" cookieslicer = "==0.1.5" diff --git a/Pipfile.lock b/Pipfile.lock index ecdd369..6046cfb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e9ccc77142560239adaaa6606460ffb7ad91727fdd261b693c1a4dcc002bed1" + "sha256": "013e4d82e4ec33547dab471c76ae4e3906c3d1bfbe96f506c7b3f5df9129478f" }, "pipfile-spec": 6, "requires": { @@ -1414,12 +1414,12 @@ }, "setuptools": { "hashes": [ - "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", - "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" + "sha256:8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70", + "sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==80.9.0" + "version": "==80.10.2" }, "six": { "hashes": [ diff --git a/install-requirements.txt b/install-requirements.txt index 012fd71..0e2c9a5 100644 --- a/install-requirements.txt +++ b/install-requirements.txt @@ -1,4 +1,5 @@ -typing-extensions>=4.5.0 -tomli>=2.0.1 -pyyaml>=5.4.1 -pyjson5>=1.6.9 +-i https://pypi.org/simple +pyjson5==2.0.0; python_version ~= '3.8' +pyyaml==6.0.3; python_version >= '3.8' +tomli==2.4.0; python_version >= '3.8' +typing-extensions==4.15.0; python_version >= '3.9'