build(deps-dev): bump moto from 4.1.12 to 4.1.13 (#2598)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
This commit is contained in:
dependabot[bot]
2023-07-18 10:37:34 +02:00
committed by GitHub
parent 28ea37f367
commit 18f02fac68
4 changed files with 11 additions and 11 deletions

8
poetry.lock generated
View File

@@ -1377,13 +1377,13 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "moto"
version = "4.1.12"
version = "4.1.13"
description = ""
optional = false
python-versions = ">=3.7"
files = [
{file = "moto-4.1.12-py2.py3-none-any.whl", hash = "sha256:6f40141ff2f3a309c19faa169433afdf48d28733d328b08a843021ae36f005d9"},
{file = "moto-4.1.12.tar.gz", hash = "sha256:25577e4cf55f05235f4efe78bcfeb5a7704fb75c16b426a5de2fc1e6b7b8545b"},
{file = "moto-4.1.13-py2.py3-none-any.whl", hash = "sha256:9650d05d89b6f97043695548fbc0d8fb293f4177daaebbcee00bb0d171367f1a"},
{file = "moto-4.1.13.tar.gz", hash = "sha256:dd3e2ad920ab8b058c4f62fa7c195b788bd1f018cc701a1868ff5d5c4de6ed47"},
]
[package.dependencies]
@@ -2875,4 +2875,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "59b1db2fb81fe681db216dda0e0490aab618fabdd03cdf1b68651556a25b51ed"
content-hash = "70ebd5b5adad5e25f8415059f3bd803821a65dbe83a172fd1c66f3675cb490b6"

View File

@@ -58,7 +58,7 @@ coverage = "7.2.7"
docker = "6.1.3"
flake8 = "6.0.0"
freezegun = "1.2.2"
moto = "4.1.12"
moto = "4.1.13"
openapi-spec-validator = "0.6.0"
pylint = "2.17.4"
pytest = "7.4.0"

View File

@@ -75,7 +75,7 @@ class Test_ec2_ebs_public_snapshot:
result = check.execute()
# Default snapshots
assert len(result) == 565
assert len(result) == 561
@mock_ec2
def test_ec2_public_snapshot(self):
@@ -111,7 +111,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 566
assert len(results) == 562
for snap in results:
if snap.resource_id == snapshot.id:
@@ -154,7 +154,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 566
assert len(results) == 562
for snap in results:
if snap.resource_id == snapshot.id:

View File

@@ -75,7 +75,7 @@ class Test_ec2_ebs_snapshots_encrypted:
result = check.execute()
# Default snapshots
assert len(result) == 565
assert len(result) == 561
@mock_ec2
def test_ec2_unencrypted_snapshot(self):
@@ -104,7 +104,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 566
assert len(results) == 562
for snap in results:
if snap.resource_id == snapshot.id:
@@ -147,7 +147,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 566
assert len(results) == 562
for snap in results:
if snap.resource_id == snapshot.id: