From 78d2690af31eaa16e3d8062f0746347c9e4384a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:48:26 +0000 Subject: [PATCH] build(deps): update regions requirement from <0.12 to <0.13 Updates the requirements on [regions](https://github.com/astropy/regions) to permit the latest version. - [Release notes](https://github.com/astropy/regions/releases) - [Changelog](https://github.com/astropy/regions/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/regions/compare/v0.1...v0.12) --- updated-dependencies: - dependency-name: regions dependency-version: '0.12' 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 98d80fb..41decbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "astromodels", "threeml", "gammapy>=2.0", - "regions<0.12", + "regions<0.13", ] [project.optional-dependencies]