aboutsummaryrefslogtreecommitdiff
path: root/blog/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 03:31:51 +0000
committerAlex Corcoles <alex@corcoles.net>2024-03-11 10:15:20 +0100
commit377dff87f60170969e7aa7fc5168596a97e46417 (patch)
treec28e1bd533e750172d6b0d9afd54474605e49632 /blog/pyproject.toml
parentfbb5ea6134e6bb608fbdb518c9852035351d7ed3 (diff)
Bump pytest from 8.0.2 to 8.1.1 in /blog
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1. - [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.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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 cd132940..67a54f02 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.2"
+pytest = "^8.1.1"
ipython = "^8.15.0"
[build-system]