diff options
author | 2023-08-09 18:30:51 +0100 | |
---|---|---|
committer | 2023-08-09 18:30:51 +0100 | |
commit | 113b4e33c04dfbc9e827046c3cf4992f9ef4bed5 (patch) | |
tree | a81c2cee375fd41ffd241d6b3b3abd0b833d516f /pyproject.toml | |
parent | Bump more-itertools from 10.0.0 to 10.1.0 (#2707) (diff) |
Bump regex from 2023.6.3 to 2023.8.8 (#2711)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.6.3 to 2023.8.8.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.6.3...2023.8.8)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 393e3795d..107c4a472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ more-itertools = "10.1.0" python-dateutil = "2.8.2" python-frontmatter = "1.0.0" rapidfuzz = "3.2.0" -regex = "2023.6.3" +regex = "2023.8.8" sentry-sdk = "1.29.2" tldextract = "3.4.4" pydantic = { version = "1.10.9", extras = ["dotenv"]} |