diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-10 09:19:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 09:19:02 -0400 |
commit | ce40330de1e8c6e8cd15e3db2939b3583c980620 (patch) | |
tree | 9e1790078e1114781552bc5e11a8a43d14a4ff19 /poetry.lock | |
parent | Bump types-pillow from 9.4.0.17 to 9.4.0.19 (#15413) (diff) | |
download | synapse-ce40330de1e8c6e8cd15e3db2939b3583c980620.tar.xz |
Bump parameterized from 0.8.1 to 0.9.0 (#15412)
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index c4eb368174..16f4baa478 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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] |