From 9e34a17546d547045abcd41a371d92be97697593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:12:03 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [ics](https://github.com/C4ptainCrunch/ics.py) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `ics` from 0.8.0.dev0 to 0.8.0.dev1 - [Release notes](https://github.com/C4ptainCrunch/ics.py/releases) - [Changelog](https://github.com/ics-py/ics-py/blob/main/CHANGELOG.rst) - [Commits](https://github.com/C4ptainCrunch/ics.py/compare/v0.8.0-dev0...v0.8.0-dev1) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: ics dependency-version: 0.8.0.dev1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40b0f38..3294dee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ description = "CLI to convert yaml into ics." dependencies = [ "ics-vtimezones == 2020.2", - "ics == 0.8.0.dev0", + "ics == 0.8.0.dev1", "python-dateutil >= 2.8", "pyyaml >= 6", "importlib-resources >= 5.2.1", @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 8.0", "pytest-cov >= 5.0"] -lint = ["pre-commit == 4.6.0"] +lint = ["pre-commit == 4.6.1"] dev = ["changelist == 0.5"] [project.scripts]