From 530d2e54cae3ae9e666e32c8ed6faa457fcd9c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:49:26 +0000 Subject: [PATCH] Bump teemup from 1.1.1 to 1.2.1 Bumps teemup from 1.1.1 to 1.2.1. --- updated-dependencies: - dependency-name: teemup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab6c6197..afdb81eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "attrs" @@ -1050,13 +1050,13 @@ python-dateutil = ">=2.6.0" [[package]] name = "teemup" -version = "1.1.1" +version = "1.2.1" description = "If Meetup didn't become a walled garden, the world wouldn't need Teemup" optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "teemup-1.1.1-py3-none-any.whl", hash = "sha256:26115100c0723a487952d2bf711532b2871d723968215d16b3cdd3f69bad8ba5"}, - {file = "teemup-1.1.1.tar.gz", hash = "sha256:f00d466382eff644e1f1f2e009fc3b2e461e1268bd616a653b30e879ebd4218c"}, + {file = "teemup-1.2.1-py3-none-any.whl", hash = "sha256:4b5bc2e8921a12435c8a2a96953fefa840a33a40661c1efc68252727f188af41"}, + {file = "teemup-1.2.1.tar.gz", hash = "sha256:1e6164738d16d21d92a43faded7c10b72fb64a26bc6b6f19197c5d7e9832412c"}, ] [package.dependencies] @@ -1125,4 +1125,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "c2bc9faa9cf446e21311d091af29cb72b5cdaa576a4ad06cd59ea4c6edba307d" +content-hash = "28ba278fb4e0866754fa537008b8886393abbe26105be5f26f4a2df142b77f55" diff --git a/pyproject.toml b/pyproject.toml index f9ae67d8..4c404c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ strictyaml = "1.7.3" ics = {version = "0.8.0.dev0", allow-prereleases = true} requests = "2.32.3" mkdocs = "1.6.1" -teemup = "1.1.1" +teemup = "1.2.1" [tool.poetry.group.dev.dependencies] pytest = "8.3.2"