chore(deps-dev): bump mock from 5.1.0 to 5.2.0 (#7099)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-07 15:01:43 +01:00
committed by Pepe Fagoaga
parent 32dec0b235
commit 10c3a1e3ce
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2576,13 +2576,13 @@ files = [
[[package]]
name = "mock"
version = "5.1.0"
version = "5.2.0"
description = "Rolling backport of unittest.mock for all Pythons"
optional = false
python-versions = ">=3.6"
files = [
{file = "mock-5.1.0-py3-none-any.whl", hash = "sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744"},
{file = "mock-5.1.0.tar.gz", hash = "sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d"},
{file = "mock-5.2.0-py3-none-any.whl", hash = "sha256:7ba87f72ca0e915175596069dbbcc7c75af7b5e9b9bc107ad6349ede0819982f"},
{file = "mock-5.2.0.tar.gz", hash = "sha256:4e460e818629b4b173f32d08bf30d3af8123afbb8e04bb5707a1fd4799e503f0"},
]
[package.extras]
@@ -5092,4 +5092,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">3.9.1,<3.13"
content-hash = "2ae977dfef17754b58e44ee1a6e23b705ac5e9f4b07b3baf2c418e03914906a9"
content-hash = "d7d63ca5b995383b753bd0d4729ef6f8e0cdd7b7cac8a0b60137fab29b2e5db1"
+1 -1
View File
@@ -81,7 +81,7 @@ coverage = "7.6.12"
docker = "7.1.0"
flake8 = "7.1.2"
freezegun = "1.5.1"
mock = "5.1.0"
mock = "5.2.0"
moto = {extras = ["all"], version = "5.0.28"}
openapi-schema-validator = "0.6.3"
openapi-spec-validator = "0.7.1"