From 3b0030eb7ed22c20da1479948c16927863b5a000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:43:02 +0000 Subject: [PATCH] build(deps): Bump icalendar from 6.0.1 to 6.1.0 Bumps [icalendar](https://github.com/collective/icalendar) from 6.0.1 to 6.1.0. - [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.0.1...v6.1.0) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-minor ... 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 f687fc09..88b5f7e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -710,13 +710,13 @@ tornado = ["tornado (>=0.2)"] [[package]] name = "icalendar" -version = "6.0.1" +version = "6.1.0" description = "iCalendar parser/generator" optional = false python-versions = ">=3.8" files = [ - {file = "icalendar-6.0.1-py3-none-any.whl", hash = "sha256:9bf3d69203bd0366a9a29a8b0e220574580b86d7918afcb628fc6920287922f3"}, - {file = "icalendar-6.0.1.tar.gz", hash = "sha256:1ff44825d7b41c3f77eac9e09cc67a770dd3c2377430c23b0eb7d91603088892"}, + {file = "icalendar-6.1.0-py3-none-any.whl", hash = "sha256:46c09b774a6e6948495dafcb166dc15135c8259d0ae25491f154cbc822714b69"}, + {file = "icalendar-6.1.0.tar.gz", hash = "sha256:43c2db8632959d634f4e48f6e6131e706bf2cdddad488cf0b72fda079b796bad"}, ] [package.dependencies] @@ -1296,4 +1296,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "29295379bbb3e2f5cdf63af91f826b0e732175271a61ebd4655dc7f8f2a1d7c0" +content-hash = "d1f7a3ae5322411b4ac35ef18d03965a32830fa605ab4c9d10283f3760d37356" diff --git a/pyproject.toml b/pyproject.toml index 4e15a358..c564aef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ django-stdimage = "^6.0.2" django-storages = "^1.14" factory-boy = "^3.3.1" gunicorn = "^23.0.0" -icalendar = "^6.0.1" +icalendar = "^6.1.0" invoke = "^2.2.0" json-logging-py = "^0.2" mock = "^5.1.0"