diff options
author | 2024-04-18 09:15:05 -0400 | |
---|---|---|
committer | 2024-04-18 09:15:05 -0400 | |
commit | 165c1f9f99e08bde6b9139055af891c7f95cbcd9 (patch) | |
tree | ba7f468747cc76c422df16e7568109691e209bf8 /pyproject.toml | |
parent | fix: "in the example", less terse and less confusing (diff) | |
parent | Bump 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.toml | 4 |
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" |