From 268002e75156994cbb6165ca27bd59b5e3b237c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:56:40 +0000 Subject: [PATCH] deps: bump pytz from 2022.5 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2022.5 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.5...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fea9393..ef7e876 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ pymdown-extensions==9.3 ; python_version >= '3.7' pyparsing==3.0.9 ; python_full_version >= '3.6.8' python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-markdown-math==0.8 -pytz==2022.7.1 +pytz==2024.1 pyyaml==6.0 pyyaml-env-tag==0.1 ; python_version >= '3.6' six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements.txt b/requirements.txt index 41af2e7..acbebe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pymdown-extensions==9.3; python_version >= '3.7' pyparsing==3.0.9; python_full_version >= '3.6.8' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-markdown-math==0.8 -pytz==2022.5 +pytz==2024.1 pyyaml==6.0; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'