aboutsummaryrefslogtreecommitdiff
path: root/blog/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-26 03:38:44 +0000
committerAlex Corcoles <alex@corcoles.net>2024-02-26 09:21:16 +0000
commitf1fc95779d7d0ce11ae2268e0442a4aa80f89086 (patch)
treec0be2cfe9b5649aabdc22c56079c5cf21f0557da /blog/pyproject.toml
parent4aeed620a21cfb1d5894b6cf0ce51cd36cc189db (diff)
Bump pytest from 8.0.1 to 8.0.2 in /blog
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'blog/pyproject.toml')
-rw-r--r--blog/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/pyproject.toml b/blog/pyproject.toml
index 86d6d950..cd132940 100644
--- a/blog/pyproject.toml
+++ b/blog/pyproject.toml
@@ -15,7 +15,7 @@ feedgen = "^1.0.0"
lxml = "^5.1.0"
[tool.poetry.group.dev.dependencies]
-pytest = "^8.0.1"
+pytest = "^8.0.2"
ipython = "^8.15.0"
[build-system]