diff options
| author | 2025-10-30 20:13:56 +0000 | |
|---|---|---|
| committer | 2025-10-30 20:13:56 +0000 | |
| commit | 97b859ec350cdea929cc519b69cb98b5531411ba (patch) | |
| tree | 06ea547bb3b85e9f4763624c8442b58fcf76dc7e /pyproject.toml | |
| parent | Resolve dependency problems with coverage versions (diff) | |
Bump regex from 2024.11.6 to 2025.10.23 (#3429)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.10.23.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.10.23)
---
updated-dependencies:
- dependency-name: regex
dependency-version: 2025.10.23
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f4122c041..9245cc832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-dateutil==2.9.0.post0", "python-frontmatter==1.1.0", "rapidfuzz==3.12.1", - "regex==2024.11.6", + "regex==2025.10.23", "sentry-sdk==2.22.0", "tenacity==9.0.0", "tldextract==5.1.3", |