aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-03 03:52:46 +0000
committeralexpdp7 <alex@corcoles.net>2025-03-03 08:34:08 +0100
commitca51d385d8d2e78cffe4b14520d5691c8a3a3def (patch)
tree3d349443d06a91b2a0dabc8cddd3963e53ccea5b
parent94e14393b5b1c9c2506a37c1414071fa455ba693 (diff)
Bump pytest from 8.3.4 to 8.3.5 in /blog
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--blog/poetry.lock8
-rw-r--r--blog/pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/blog/poetry.lock b/blog/poetry.lock
index a6a9ed25..cf1949ff 100644
--- a/blog/poetry.lock
+++ b/blog/poetry.lock
@@ -1157,13 +1157,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pytest"
-version = "8.3.4"
+version = "8.3.5"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"},
- {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"},
+ {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"},
+ {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"},
]
[package.dependencies]
@@ -1462,4 +1462,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
-content-hash = "f363243166fda2935ffcdb53fab0bd3359fa0b273f7de1e71b8ea4a5e6ac17ea"
+content-hash = "eae2db91b8b395884fc1fe71ba268bac045aa3869159d7db0a1ec35ba7da43cf"
diff --git a/blog/pyproject.toml b/blog/pyproject.toml
index cd795e01..af8ef386 100644
--- a/blog/pyproject.toml
+++ b/blog/pyproject.toml
@@ -14,7 +14,7 @@ feedgen = "^1.0.0"
lxml = "^5.3.1"
[tool.poetry.group.dev.dependencies]
-pytest = "^8.3.4"
+pytest = "^8.3.5"
ipython = "^8.15.0"
[build-system]