From 0c0b2d01b871dfc8ddb72764c94e6d9cfc70307d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:27:58 +0000 Subject: [PATCH] Bump icalendar from 5.0.13 to 6.0.1 Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.13 to 6.0.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/v5.0.13...v6.0.1) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 37 ++++++++++++++++++++----------------- pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e87a4b..6738618 100644 --- a/poetry.lock +++ b/poetry.lock @@ -341,18 +341,21 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "icalendar" -version = "5.0.13" +version = "6.0.1" description = "iCalendar parser/generator" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "icalendar-5.0.13-py3-none-any.whl", hash = "sha256:5ded5415e2e1edef5ab230024a75878a7a81d518a3b1ae4f34bf20b173c84dc2"}, - {file = "icalendar-5.0.13.tar.gz", hash = "sha256:92799fde8cce0b61daa8383593836d1e19136e504fa1671f471f98be9b029706"}, + {file = "icalendar-6.0.1-py3-none-any.whl", hash = "sha256:9bf3d69203bd0366a9a29a8b0e220574580b86d7918afcb628fc6920287922f3"}, + {file = "icalendar-6.0.1.tar.gz", hash = "sha256:1ff44825d7b41c3f77eac9e09cc67a770dd3c2377430c23b0eb7d91603088892"}, ] [package.dependencies] python-dateutil = "*" -pytz = "*" +tzdata = "*" + +[package.extras] +test = ["coverage", "hypothesis", "pytest", "pytz"] [[package]] name = "idna" @@ -727,17 +730,6 @@ files = [ [package.extras] cli = ["click (>=5.0)"] -[[package]] -name = "pytz" -version = "2023.3.post1" -description = "World timezone definitions, modern and historical" -optional = false -python-versions = "*" -files = [ - {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, - {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, -] - [[package]] name = "six" version = "1.16.0" @@ -771,6 +763,17 @@ files = [ {file = "tomlkit-0.12.3.tar.gz", hash = "sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4"}, ] +[[package]] +name = "tzdata" +version = "2024.2" +description = "Provider of IANA time zone data" +optional = false +python-versions = ">=2" +files = [ + {file = "tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd"}, + {file = "tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc"}, +] + [[package]] name = "werkzeug" version = "3.0.3" @@ -791,4 +794,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e97618d8cfa6beb43948b1725ba4bc7123f8ac7a2cb6cf97f8a0994beafe87be" +content-hash = "6d1e91ded50ea4514fd48eab7b7f6f83a0631d3c4bca8053b3b77c6ed79f18f3" diff --git a/pyproject.toml b/pyproject.toml index c7b8069..f93508c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ httpx = "~=0.27" python-dateutil = "~=2.9" flask = "~=3.0" cryptography = "~=43.0" -icalendar = "~=5.0" +icalendar = "~=6.0" mongoengine = "~=0.29" humanize = "~=4.10" gunicorn = "~=23.0"