From 67fc0fd1eb984668cb78f1301628a9704f66f403 Mon Sep 17 00:00:00 2001 From: Daniel Simmons-Ritchie <37225902+SimmonsRitchie@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:06:48 -0600 Subject: [PATCH] Bump dateutils to 3.8.1 Fixes an import issue in two spiders. The ParserError attribute was introduced in 3.8.1 so using 3.8 caused import errors. --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 3938b4682..f1a946a5d 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -python-dateutil = "==2.8" +python-dateutil = "==2.8.1" city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras = ["azure"]} scrapy-sentry = {ref = "v1", git = "https://github.com/City-Bureau/scrapy-sentry.git"} scrapy = "==2.11" diff --git a/Pipfile.lock b/Pipfile.lock index cd7a668db..e7b972923 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0da8725fdf0c01545597cf88706942cda3e2e709f0e2a73ef3fe62d0446a751b" + "sha256": "0462270dc68875358113012f3f751fb7a53205fd37613a57753cabe65e0c0991" }, "pipfile-spec": 6, "requires": { @@ -518,12 +518,12 @@ }, "python-dateutil": { "hashes": [ - "sha256:7e6584c74aeed623791615e26efd690f29817a27c73085b78e4bad02493df2fb", - "sha256:c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e" + "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", + "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.0" + "version": "==2.8.1" }, "pytz": { "hashes": [ @@ -1564,12 +1564,12 @@ }, "python-dateutil": { "hashes": [ - "sha256:7e6584c74aeed623791615e26efd690f29817a27c73085b78e4bad02493df2fb", - "sha256:c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e" + "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", + "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.0" + "version": "==2.8.1" }, "pyyaml": { "hashes": [