From c41f1e74afe4c8655586445fb5ae37049652de48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:21:31 +0000 Subject: [PATCH] Update pytz requirement from ^2026.1 to ^2026.2 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2026.1...release_2026.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4002cb7..ed11a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ python-twitter = "^3.5" python-wordpress-xmlrpc = { git = "https://git@github.com/emsi/python-wordpress-xmlrpc.git", branch = "master" } pytumblr = "^0.1.2" -pytz = "^2026.1" +pytz = "^2026.2" requests = "^2.32.4" requests-oauthlib = "^2.0.0" requests-toolbelt = "^1.0.0"