From abbd872f8e4984b39ef1dabee0fa6d001f165443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:49:43 +0000 Subject: [PATCH] Bump uk-election-ids from 0.8.0 to 0.9.1 Bumps [uk-election-ids](https://github.com/DemocracyClub/uk-election-ids) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/DemocracyClub/uk-election-ids/releases) - [Changelog](https://github.com/DemocracyClub/uk-election-ids/blob/master/CHANGELOG.md) - [Commits](https://github.com/DemocracyClub/uk-election-ids/compare/0.8.0...0.9.1) --- updated-dependencies: - dependency-name: uk-election-ids dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 011afa49..a4910201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "retry2==0.9.5", "scrapy==2.11.2", "sqlparse==0.5.1", - "uk-election-ids==0.8.0", + "uk-election-ids==0.9.1", "uk-election-timetables==4.0.0", "uk-geo-utils==0.12.0", "django-pipeline==3.1.0",