aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-05 10:15:14 +0000
committerGravatar GitHub <[email protected]>2023-05-05 10:15:14 +0000
commitfd9e7657468a658dc7ce883f4adf72720d8085fa (patch)
treeac121976bfe2ed26f0db325a80283603f100d932 /pyproject.toml
parentMessage content intent tag (#2566) (diff)
Bump regex from 2023.3.23 to 2023.5.5 (#2578)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.3.23 to 2023.5.5. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.3.23...2023.5.5) --- 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e098310e3..e1b935d32 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
rapidfuzz = "3.0.0"
-regex = "2023.3.23"
+regex = "2023.5.5"
sentry-sdk = "1.21.1"
tldextract = "3.4.1"
pydantic = { version = "1.10.7", extras = ["dotenv"]}