aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-02 03:00:56 +0000
committerGravatar GitHub <[email protected]>2024-03-02 03:00:56 +0000
commite14c81946d81f0f2d6fc4a20ea63996bff0fcf2f (patch)
tree149f0f5c29ff6a1eb639c930af57216163465223 /pyproject.toml
parentBump ruff from 0.2.2 to 0.3.0 (#2940) (diff)
Bump python-dateutil from 2.8.2 to 2.9.0.post0 (#2942)
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 b6399b59a..c0d1db38d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ feedparser = "6.0.11"
lxml = "5.1.0"
markdownify = "0.11.6"
more-itertools = "10.2.0"
-python-dateutil = "2.8.2"
+python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
rapidfuzz = "3.6.1"
regex = "2023.12.25"