aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-25 11:21:16 +0100
committerGravatar GitHub <[email protected]>2023-07-25 11:21:16 +0100
commite8f15fae7957b86ae2840820ead6063ffa912a84 (patch)
tree51521c4652a459bbf28756ec7cdef60fb32e558f /pyproject.toml
parentMerge pull request #2680 from python-discord/dependabot/pip/ruff-0.0.278 (diff)
Bump more-itertools from 9.1.0 to 10.0.0 (#2694)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: more-itertools 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 6b2111cab..2b563adf8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ emoji = "2.6.0"
feedparser = "6.0.10"
lxml = "4.9.3"
markdownify = "0.11.6"
-more-itertools = "9.1.0"
+more-itertools = "10.0.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
rapidfuzz = "3.1.2"