Skip to content

Commit 18b54e2

Browse files
Bump beartype from 0.22.7 to 0.22.8
Bumps [beartype](https://github.com/beartype/beartype) from 0.22.7 to 0.22.8. - [Release notes](https://github.com/beartype/beartype/releases) - [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst) - [Commits](beartype/beartype@v0.22.7...v0.22.8) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34323d2 commit 18b54e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ astropy==7.2.0 ; python_version >= "3.11" and python_version < "3.15"
33
autograd==1.8.0 ; python_version >= "3.11" and python_version < "3.15"
44
autopep8==2.3.2 ; python_version >= "3.11" and python_version < "3.15"
55
bayesian-filters==1.4.5 ; python_version >= "3.11" and python_version < "3.15"
6-
beartype==0.22.7 ; python_version >= "3.11" and python_version < "3.15"
6+
beartype==0.22.8 ; python_version >= "3.11" and python_version < "3.15"
77
certifi==2025.8.3 ; python_version >= "3.11" and python_version < "3.15"
88
charset-normalizer==3.4.4 ; python_version >= "3.11" and python_version < "3.15"
99
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.15" and (sys_platform == "win32" or platform_system == "Windows")

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
astropy-iers-data==0.2025.12.1.0.45.12 ; python_version >= "3.11" and python_version < "3.15"
22
astropy==7.2.0 ; python_version >= "3.11" and python_version < "3.15"
33
bayesian-filters==1.4.5 ; python_version >= "3.11" and python_version < "3.15"
4-
beartype==0.22.7 ; python_version >= "3.11" and python_version < "3.15"
4+
beartype==0.22.8 ; python_version >= "3.11" and python_version < "3.15"
55
certifi==2025.8.3 ; python_version >= "3.11" and python_version < "3.15"
66
charset-normalizer==3.4.4 ; python_version >= "3.11" and python_version < "3.15"
77
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Windows"

0 commit comments

Comments
 (0)