From 3d654bdce1942908d47a32b9e73a46311c072309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:24:27 +0000 Subject: [PATCH] Update crds requirement from <12,>=11.17.19 to >=11.17.19,<13 Updates the requirements on [crds](https://github.com/spacetelescope/crds) to permit the latest version. - [Release notes](https://github.com/spacetelescope/crds/releases) - [Changelog](https://github.com/spacetelescope/crds/blob/master/CHANGES.rst) - [Commits](https://github.com/spacetelescope/crds/compare/11.17.19...12.0.9) --- updated-dependencies: - dependency-name: crds dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 826378d0c..dba68e630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "beautifulsoup4>=4.12.3,<5", "bokeh>=3.4.0,<4", "celery>=5.3.6,<6", - "crds>=11.17.19,<12", + "crds>=11.17.19,<13", "django>=5.0.3,<6", "gunicorn>=22.0.0,<23.0.0", "inflection>=0.5.1,<0.6",