From 8d8d17044d98de4d8bc6c44cf8a1bb19ffea1955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:13:04 +0000 Subject: [PATCH] chore(deps): bump icalendar from 6.1.0 to 6.1.1 Bumps [icalendar](https://github.com/collective/icalendar) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7fb5039..06d7e51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,13 +111,13 @@ toml = ["tomli"] [[package]] name = "icalendar" -version = "6.1.0" +version = "6.1.1" description = "iCalendar parser/generator" optional = false python-versions = ">=3.8" files = [ - {file = "icalendar-6.1.0-py3-none-any.whl", hash = "sha256:46c09b774a6e6948495dafcb166dc15135c8259d0ae25491f154cbc822714b69"}, - {file = "icalendar-6.1.0.tar.gz", hash = "sha256:43c2db8632959d634f4e48f6e6131e706bf2cdddad488cf0b72fda079b796bad"}, + {file = "icalendar-6.1.1-py3-none-any.whl", hash = "sha256:accf3a4be9a1f89bad00e0bf14103b02cd9b02dcb9b4258eb717f39d24cf58e9"}, + {file = "icalendar-6.1.1.tar.gz", hash = "sha256:2c44355a8f006de5ae73fa3f022a1cbe2a0de6b1607ce8879739eb887c4f3471"}, ] [package.dependencies] @@ -290,4 +290,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c1eec2eee9187aa28556cf606d6a7c20bdad31b2ffe9ceffd85f3ab2b16aa332" +content-hash = "996eaed1a82e9f83fec3bb80b2b589ea2ce8a7915c0f86e50320644853a4252c" diff --git a/pyproject.toml b/pyproject.toml index 523e02d..938552f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.12" -icalendar = "^6.1.0" +icalendar = "^6.1.1" click = "^8.1.8" loguru = "^0.7.3"