aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Galen Rice <[email protected]>2024-04-18 09:15:05 -0400
committerGravatar GitHub <[email protected]>2024-04-18 09:15:05 -0400
commit165c1f9f99e08bde6b9139055af891c7f95cbcd9 (patch)
treeba7f468747cc76c422df16e7568109691e209bf8 /pyproject.toml
parentfix: "in the example", less terse and less confusing (diff)
parentBump regex from 2023.12.25 to 2024.4.16 (#3020) (diff)
Merge branch 'main' into feat/tag-list-iterate-and-remove-gotcha
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df0842124..1dbb17962 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis_core = { version = "11.1.0", extras = ["all"] }
-aiohttp = "3.9.4"
+aiohttp = "3.9.5"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
@@ -25,7 +25,7 @@ more-itertools = "10.2.0"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.8.1"
-regex = "2023.12.25"
+regex = "2024.4.16"
sentry-sdk = "1.45.0"
tldextract = "5.1.2"
pydantic = "2.6.4"