From 4ae34067f42fc31c1352d5c1ac1b659abe39f810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:23:55 +0000 Subject: [PATCH] Bump black from 24.1.1 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.1.1 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1.1...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index dea8fe2..b13ee2c --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest==8.0.0 pytest-astropy==0.11.0 pytest-cov==4.1.0 flake8==7.0.0 -black==24.1.1 \ No newline at end of file +black==26.3.1 \ No newline at end of file