mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-25 07:03:44 +03:00
Merge pull request #79 from Alexander-D-Karpov/dependabot/pip/pytest-7.2.2
Bump pytest from 7.2.1 to 7.2.2
This commit is contained in:
commit
b3a9cab7e3
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -2874,14 +2874,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.2.1"
|
||||
version = "7.2.2"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
|
||||
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
|
||||
{file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
|
||||
{file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3848,4 +3848,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "f98a49b5832bf802afa224fafccee58a41d3584cdf7fa74cadace16371098988"
|
||||
content-hash = "6a4e6c2a82dbce8f827dd979b523eeeaf2153284de5999e221de3393f2b6a967"
|
||||
|
|
|
@ -38,7 +38,7 @@ ipdb = "^0.13.11"
|
|||
watchfiles = "^0.18.1"
|
||||
mypy = "^0.991"
|
||||
django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"}
|
||||
pytest = "^7.2.0"
|
||||
pytest = "^7.2.2"
|
||||
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