aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--blog/poetry.lock14
-rw-r--r--blog/pyproject.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/blog/poetry.lock b/blog/poetry.lock
index 440d6a3e..ba7ba93c 100644
--- a/blog/poetry.lock
+++ b/blog/poetry.lock
@@ -1004,13 +1004,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pytest"
-version = "8.0.2"
+version = "8.1.1"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"},
- {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"},
+ {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"},
+ {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"},
]
[package.dependencies]
@@ -1018,11 +1018,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
-pluggy = ">=1.3.0,<2.0"
-tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
+pluggy = ">=1.4,<2.0"
+tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras]
-testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
+testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]]
name = "python-dateutil"
@@ -1327,4 +1327,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
-content-hash = "74af87776058eafdde1bceec6c108c90c8916c3bb745d86cc17d41cdaa864bc4"
+content-hash = "550686a71afe8745460fd438caad29a46ae21e34ba6ab2daff77d29da8b1c120"
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]