From 9b5ca226c5b53a8a72fea6043b49db5d67b02fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:50:31 +0000 Subject: [PATCH] chore(deps): bump types-pytz from 2022.2.1 to 2025.1.0.20250318 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.2.1 to 2025.1.0.20250318. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bd906c2201..7d0a04fab93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache python-mimeparse>=1.6 # from TastyPie pytz==2022.2.1 # Pinned as changes need to be vetted for their effect on Meeting fields -types-pytz==2022.2.1 # match pytz version +types-pytz==2025.1.0.20250318 # match pytz version requests>=2.31.0 types-requests>=2.27.1 requests-mock>=1.9.3