From 72ae4f1ac1ca33cb0827fde3e759bfd3d13ae844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:38:50 +0000 Subject: [PATCH] chore(deps-dev): bump eligibility-api from 2023.6.1 to 2023.9.1 Bumps [eligibility-api](https://github.com/cal-itp/eligibility-api) from 2023.6.1 to 2023.9.1. - [Release notes](https://github.com/cal-itp/eligibility-api/releases) - [Commits](https://github.com/cal-itp/eligibility-api/compare/2023.06.01...2023.09.1) --- updated-dependencies: - dependency-name: eligibility-api 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 23936a14..b3d65a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" classifiers = ["Programming Language :: Python :: 3 :: Only"] description = "Server implementation of the Eligibility Verification API" dependencies = [ - "eligibility-api==2023.6.1", + "eligibility-api==2023.9.1", "Flask==2.3.3", "Flask-RESTful==0.3.10", "Flask-SQLAlchemy==3.1.1",