From 16242bbe2c74d0ff8aeafcf0787c9e9563b657b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:04:12 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `3.17` | `3.18` | | [distlib](https://github.com/pypa/distlib) | `0.4.0` | `0.4.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.0` | `3.29.1` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.409` | `1.1.410` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.15` | `0.15.16` | Updates `idna` from 3.17 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18) Updates `distlib` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.4.0...0.4.1) Updates `filelock` from 3.29.0 to 3.29.1 - [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.29.0...3.29.1) Updates `pyright` from 1.1.409 to 1.1.410 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.409...v1.1.410) Updates `ruff` from 0.15.15 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.15...0.15.16) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: distlib dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.29.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.410 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.16 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 524f7a5..578ee12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ certifi==2026.5.20 # via requests charset-normalizer==3.4.7 # via requests -idna==3.17 +idna==3.18 # via requests makefun==1.16.0 # via hatch.envs.default diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 47cf23b..5d1c676 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -29,15 +29,15 @@ coverage==7.14.1 # via # hatch.envs.dev # pytest-cov -distlib==0.4.0 +distlib==0.4.1 # via virtualenv -filelock==3.29.0 +filelock==3.29.1 # via virtualenv freezegun==1.5.5 # via pytest-freezer identify==2.6.19 # via pre-commit -idna==3.17 +idna==3.18 # via requests iniconfig==2.3.0 # via pytest @@ -61,7 +61,7 @@ pychoir==0.0.30 # via hatch.envs.dev pygments==2.20.0 # via pytest -pyright==1.1.409 +pyright==1.1.410 # via hatch.envs.dev pytest==9.0.3 # via @@ -93,7 +93,7 @@ requests==2.34.2 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.15.15 +ruff==0.15.16 # via hatch.envs.dev six==1.17.0 # via python-dateutil