diff --git a/poetry.lock b/poetry.lock index e9e3a9d..cc0708d 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.2" 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.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [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"