From fdda7031b73e62c92c9be1184eb02650b7443bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:54:03 +0000 Subject: [PATCH] Bump arrow from 1.2.2 to 1.3.0 Bumps [arrow](https://github.com/arrow-py/arrow) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/arrow-py/arrow/releases) - [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/arrow-py/arrow/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2a1ae70..4e84d3d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -26,11 +26,12 @@ }, "arrow": { "hashes": [ - "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b", - "sha256:d622c46ca681b5b3e3574fcb60a04e5cc81b9625112d5fb2b44220c36c892177" + "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80", + "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" ], "index": "pypi", - "version": "==1.2.2" + "markers": "python_version >= '3.8'", + "version": "==1.3.0" }, "certifi": { "hashes": [ @@ -137,6 +138,14 @@ ], "index": "pypi", "version": "==0.6.1" + }, + "types-python-dateutil": { + "hashes": [ + "sha256:1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f", + "sha256:efbbdc54590d0f16152fa103c9879c7d4a00e82078f6e2cf01769042165acaa2" + ], + "markers": "python_version >= '3.8'", + "version": "==2.8.19.20240106" } }, "develop": {