From 66cc67d412a540bf425876002ca01c58beb0e7b1 Mon Sep 17 00:00:00 2001 From: alexobaseki Date: Fri, 18 Oct 2024 16:34:18 -0400 Subject: [PATCH] Bump openstates to 6.20.8 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 983e65c..5b4f5c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.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 = "appnope" @@ -1181,13 +1181,13 @@ et-xmlfile = "*" [[package]] name = "openstates" -version = "6.20.7" +version = "6.20.8" description = "core infrastructure for the openstates project" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "openstates-6.20.7-py3-none-any.whl", hash = "sha256:37ffe3a3da1f8c700ed7fa7a2981ead0c8ab4cc91478a0602eb885560d975a4d"}, - {file = "openstates-6.20.7.tar.gz", hash = "sha256:4032fcc90d6ed39e3e54a45c0ba69480945343292537e8372a906eba723d9138"}, + {file = "openstates-6.20.8-py3-none-any.whl", hash = "sha256:eb3be693278d36d6752646f1f03dfb31f7d914c75942a18e657d6b69541574c1"}, + {file = "openstates-6.20.8.tar.gz", hash = "sha256:3c72015c338864250b24d2ff616db332faa8c7f6876e12530ff1201a54c8c767"}, ] [package.dependencies] @@ -2342,4 +2342,4 @@ wheel = "*" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ca18dbc2ce0434f319ac1a3d5f30b692f4225d5b1a5322bd478d15e4bdec1eff" +content-hash = "185054ace84e3c72d12d204204eb387d0b58020d285f51ecb0e0a8b3b4805ff8" diff --git a/pyproject.toml b/pyproject.toml index d00a0b0..dab4b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -openstates = "^6.20.7" +openstates = "^6.20.8" zappa = "^0.56.1" psycopg2-binary = "^2.9.5" textract = "^1.6.5"