From e8d864d57f2854610b84ad917528532c7a4a2f0b Mon Sep 17 00:00:00 2001 From: "renovatebot-confluentinc[bot]" <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:22:50 +0000 Subject: [PATCH] Update dependency pytz to v2025 --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index d59455f79dac6..156a22b6dbe57 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. PyYAML~=6.0 -pytz==2024.2 +pytz==2025.2 requests==2.32.3