From 4c579e2c6660b4f9ba39aee60c8dcf1e9f83c62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:47:05 +0000 Subject: [PATCH] Bump arrow from 0.12.1 to 0.15.1 in /worker Bumps [arrow](https://github.com/arrow-py/arrow) from 0.12.1 to 0.15.1. - [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/0.12.1...0.15.1) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker/Pipfile | 2 +- worker/Pipfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/worker/Pipfile b/worker/Pipfile index eaf068a..d2215a7 100644 --- a/worker/Pipfile +++ b/worker/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -arrow = "==0.12.1" +arrow = "==0.15.1" "backports.functools-lru-cache" = "==1.5" certifi = "==2018.8.24" chardet = "==3.0.4" diff --git a/worker/Pipfile.lock b/worker/Pipfile.lock index af75014..10d97b1 100644 --- a/worker/Pipfile.lock +++ b/worker/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "99f2ad505c19a0d1e17e23033e60df96e9a1cb4c17d8161fc948b6b1ac75fd6d" + "sha256": "8e333d988a7b1bca4c0f726d8fcd249ac6f84b02e4dea4309b55333bd715afa1" }, "pipfile-spec": 6, "requires": { @@ -18,10 +18,11 @@ "default": { "arrow": { "hashes": [ - "sha256:a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd" + "sha256:7954440e7621629a3e4c30dfd2038362d153e1e2b50424c7a6f10e1cdf211a7b", + "sha256:c65ea9214403c77b09bd676cba3dcf1e0a396f5dfb316b811bb7f7e10d99e955" ], "index": "pypi", - "version": "==0.12.1" + "version": "==0.15.1" }, "backports.functools-lru-cache": { "hashes": [ @@ -105,10 +106,11 @@ }, "websocket-client": { "hashes": [ - "sha256:0fc45c961324d79c781bab301359d5a1b00b13ad1b10415a4780229ef71a5549", - "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010" + "sha256:2e50d26ca593f70aba7b13a489435ef88b8fc3b5c5643c1ce8808ff9b40f0b32", + "sha256:d376bd60eace9d437ab6d7ee16f4ab4e821c9dae591e1b783c58ebd8aaf80c5c" ], - "version": "==0.57.0" + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "version": "==0.59.0" } }, "develop": {}