aboutsummaryrefslogtreecommitdiff
path: root/blog/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-16 03:33:54 +0000
committeralexpdp7 <alex@corcoles.net>2024-09-16 08:35:00 +0200
commit8deae06888482c823dc4d4d0a978a67683e7050d (patch)
tree66acf5d29f8a5fce825638e540a9e59114809f3a /blog/pyproject.toml
parente088d632d8c53708e8b14da6aa5a4b424779414f (diff)
Bump pytest from 8.3.2 to 8.3.3 in /blog
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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.3.2...8.3.3) --- 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 d4b58279..80d56cf0 100644
--- a/blog/pyproject.toml
+++ b/blog/pyproject.toml
@@ -15,7 +15,7 @@ feedgen = "^1.0.0"
lxml = "^5.3.0"
[tool.poetry.group.dev.dependencies]
-pytest = "^8.3.2"
+pytest = "^8.3.3"
ipython = "^8.15.0"
[build-system]