diff --git a/poetry.lock b/poetry.lock index ed3b160..447a2cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -344,14 +344,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.2.0" +version = "7.2.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, - {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, + {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, + {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, ] [package.dependencies] @@ -393,4 +393,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2dff72ad2f9ae813ff6ad7a10660b51c5a575fa76e475700b4c84c3bbb6f25c7" +content-hash = "7abf56771ec99df0c0d3d0f5a09a36ddce8d32e7fe99d518f0cdf2178aeb3df1" diff --git a/pyproject.toml b/pyproject.toml index 41c470b..8f333dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "^22.10.0" isort = "^5.12.0" flake8 = "^6.0.0" flake8-mypy = "^17.8.0" -pytest = "^7.2.0" +pytest = "^7.2.2" [tool.poetry.scripts] tinylink = 'tinylink.cli:run'