Bump parameterized from 0.8.1 to 0.9.0 (#15412)

This commit is contained in:
dependabot[bot] 2023-04-10 09:19:02 -04:00 committed by GitHub
parent 8e0a3428d7
commit ce40330de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

1
changelog.d/15412.misc Normal file
View File

@ -0,0 +1 @@
Bump parameterized from 0.8.1 to 0.9.0.

8
poetry.lock generated
View File

@ -1605,14 +1605,14 @@ files = [
[[package]]
name = "parameterized"
version = "0.8.1"
version = "0.9.0"
description = "Parameterized testing with any Python test framework"
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.7"
files = [
{file = "parameterized-0.8.1-py2.py3-none-any.whl", hash = "sha256:9cbb0b69a03e8695d68b3399a8a5825200976536fe1cb79db60ed6a4c8c9efe9"},
{file = "parameterized-0.8.1.tar.gz", hash = "sha256:41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c"},
{file = "parameterized-0.9.0-py2.py3-none-any.whl", hash = "sha256:4e0758e3d41bea3bbd05ec14fc2c24736723f243b28d702081aef438c9372b1b"},
{file = "parameterized-0.9.0.tar.gz", hash = "sha256:7fc905272cefa4f364c1a3429cbbe9c0f98b793988efb5bf90aac80f08db09b1"},
]
[package.extras]