From bee8dd87372f9968f804f91b7d9e0d141b5863a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:27:13 +0000 Subject: [PATCH] build(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 b5faa514..bd40c7cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ tornado = ["tornado (>=0.2)"] [[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] @@ -1309,4 +1309,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "71832e7e54a9a7395e79d3e172de1768378652382d735ce4c0723fed7837b0ff" +content-hash = "1d7d37b84a9df8f4425b822c8751611c172b5a50d321ef6bbd5b15f14102fbbd" diff --git a/pyproject.toml b/pyproject.toml index 2ff3c5e5..8926abef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ django-stdimage = "^6.0.2" django-storages = "^1.14" factory-boy = "^3.3.3" gunicorn = "^23.0.0" -icalendar = "^6.1.0" +icalendar = "^6.1.1" invoke = "^2.2.0" json-logging-py = "^0.2" mock = "^5.1.0"