From 5970c97d7cb482e873e5ed8f3bfed13138f7f3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:32:12 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 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.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index e9e3a9d..c501e0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -880,8 +880,8 @@ astroid = ">=3.0.1,<=3.1.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -896,13 +896,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.3" +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.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -910,7 +910,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] @@ -1244,4 +1244,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5f6a882fa4319e7195237f225163bdc4310bd5f113eecf32787f2acec2efe19c" +content-hash = "57b1da2768b4fe203f43013a908a20a4139ca8167958f70e7c9666ef7098c37b" diff --git a/pyproject.toml b/pyproject.toml index d6bb4ba..5c1cb6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ prompt-toolkit = "^3.0.38" yaspin = "^2.3.0" rich = "^13.3.5" isort = "^5.12.0" -pytest = "^7.3.1" +pytest = ">=7.3.1,<9.0.0" pylint = "^3.0.2" [tool.poetry.scripts] @@ -42,7 +42,7 @@ terminalgpt = "terminalgpt.main:cli" [tool.poetry.group.dev.dependencies] black = "^23.1.0" -pytest = "^7.2.2" +pytest = ">=7.2.2,<9.0.0" pylint = "^3.0.2" pexpect = "^4.8.0" pytest-cov = "^4.0.0"