From 255296e04e59b9d82217ca4bb964c80a6d61df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 21:05:47 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [certifi](https://github.com/certifi/python-certifi) and [filelock](https://github.com/tox-dev/py-filelock). Updates `certifi` from 2025.11.12 to 2026.1.4 - [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04) Updates `filelock` from 3.20.1 to 3.20.2 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.1...3.20.2) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06bda13..668d475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # - requests # -certifi==2025.11.12 +certifi==2026.1.4 # via requests charset-normalizer==3.4.4 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 31afabb..b0bef3a 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -19,7 +19,7 @@ # - requests # -certifi==2025.11.12 +certifi==2026.1.4 # via requests cfgv==3.5.0 # via pre-commit @@ -31,7 +31,7 @@ coverage==7.13.1 # pytest-cov distlib==0.4.0 # via virtualenv -filelock==3.20.1 +filelock==3.20.2 # via virtualenv freezegun==1.5.5 # via pytest-freezer