diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-03 17:27:58 +0000 |
|---|---|---|
| committer | Alex Corcoles <alex@corcoles.net> | 2024-02-03 18:30:04 +0100 |
| commit | 75c09a76c12c25d3e125f0aaff19fcb421430d7f (patch) | |
| tree | 10bdf6adc2587104c56d099dd7fe0faf2a307c8e /blog | |
| parent | 1046f4c000fef4009801ee227946ceac3833ae76 (diff) | |
Bump pytest from 7.4.4 to 8.0.0 in /blog
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [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/7.4.4...8.0.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/poetry.lock | 12 | ||||
| -rw-r--r-- | blog/pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/blog/poetry.lock b/blog/poetry.lock index facecbc4..250e28d6 100644 --- a/blog/poetry.lock +++ b/blog/poetry.lock @@ -1004,13 +1004,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -1018,7 +1018,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -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 = "a2d660f6c162ce2e868abf85db55f30d33f476bb29c4435b520951ab46f434c0" +content-hash = "38d2a1882d3129b8b72de683a0476718dc4909d6798cfcf4b3d6c847772fcd78" diff --git a/blog/pyproject.toml b/blog/pyproject.toml index eae349ef..c5e5e7f6 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 = "^7.4.2" +pytest = "^8.0.0" ipython = "^8.15.0" [build-system] |
