aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index bb1967a29..a0cd97314 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1635,13 +1635,13 @@ testing = ["filelock"]
[[package]]
name = "python-dateutil"
-version = "2.8.2"
+version = "2.9.0.post0"
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [
- {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
- {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
+ {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
+ {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
]
[package.dependencies]
@@ -2372,4 +2372,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "e8936fada3bd555f32b0e56275e4e117b6e60ffbfc2c3f4735ff702847bf2933"
+content-hash = "10ebf87e6972e3f84126e5663ef21031402ba049ec7319daa90e0cfda02ee345"
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"