aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-29 19:34:15 +0000
committerGravatar GitHub <[email protected]>2023-03-29 19:34:15 +0000
commitef5ec05e84e69b07f9f50699a823705981ae0325 (patch)
tree8bea46527017573ee119523018ce955ecd767e4a /pyproject.toml
parentMerge pull request #2496 from python-discord/update-base-iamge (diff)
Bump regex from 2022.10.31 to 2023.3.23 (#2485)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23) --- updated-dependencies: - dependency-name: regex 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ae3984d8d..369f46c11 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 = "2.13.7"
-regex = "2022.10.31"
+regex = "2023.3.23"
sentry-sdk = "1.17.0"
tldextract = "3.4.0"
pydantic = { version = "1.10.7", extras = ["dotenv"]}