mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 05:56:33 +03:00
Merge pull request #109 from Alexander-D-Karpov/dependabot/pip/pytest-7.3.0
Bump pytest from 7.2.2 to 7.3.0
This commit is contained in:
commit
a30f402f18
12
poetry.lock
generated
12
poetry.lock
generated
|
@ -3746,25 +3746,24 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.2.2"
|
||||
version = "7.3.0"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
|
||||
{file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
|
||||
{file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"},
|
||||
{file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
attrs = ">=19.2.0"
|
||||
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
||||
iniconfig = "*"
|
||||
packaging = "*"
|
||||
pluggy = ">=0.12,<2.0"
|
||||
|
||||
[package.extras]
|
||||
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
||||
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
|
||||
|
||||
[[package]]
|
||||
name = "pytest-django"
|
||||
|
@ -4884,6 +4883,7 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"},
|
||||
{file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"},
|
||||
]
|
||||
|
||||
|
@ -5202,4 +5202,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "b1641a6d847e2c80d13cd4c2648f99f5526f10e2a1ca032fa6efcd47aaa8b96a"
|
||||
content-hash = "717219069cdeaa5037bc3693ddb6580db23e67d0e6ae42b47deed69a048622ea"
|
||||
|
|
|
@ -38,7 +38,7 @@ ipdb = "^0.13.13"
|
|||
watchfiles = "^0.18.1"
|
||||
mypy = "^0.991"
|
||||
django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"}
|
||||
pytest = "^7.2.2"
|
||||
pytest = "^7.3.0"
|
||||
pytest-sugar = "^0.9.6"
|
||||
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^1.8.0"}
|
||||
sphinx = "^6.1.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user