From 7bf98f817d3e22d2c72456250ce47454cf5d9920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:39:00 +0000 Subject: [PATCH] Bump pytz from 2021.3 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... 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 e2698335da..100a478d06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adyen" @@ -3686,13 +3686,13 @@ files = [ [[package]] name = "pytz" -version = "2021.3" +version = "2023.3.post1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, - {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, + {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, + {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, ] [[package]] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "9bdef1154253063efd9f5c19380b8935fe223da3787f82cd0c67a33a7a630ce0" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..903d6d0c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ documentation = "https://docs.saleor.io/" python-http-client = "^3.3.7" python-json-logger = ">=0.1.11,<2.1.0" pytimeparse = "^1.1.8" - pytz = "^2021.3" + pytz = "^2023.3" razorpay = "^1.2" redis = "^4.6.0" requests = "^2.22"