diff --git a/poetry.lock b/poetry.lock index 64f97da..e6a542e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -835,13 +835,13 @@ files = [ [[package]] name = "mimesis" -version = "10.2.1" +version = "11.1.0" description = "Mimesis: Fake Data Generator." optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "mimesis-10.2.1-py3-none-any.whl", hash = "sha256:282e0505ade966b723d4529801dbe9bf58e5c8df35827881dce0b42aac1de88f"}, - {file = "mimesis-10.2.1.tar.gz", hash = "sha256:973f50648208ca6b1ef9dac056bbe9eedf7cd997db2a2d73e849c0b1a5e4bdce"}, + {file = "mimesis-11.1.0-py3-none-any.whl", hash = "sha256:574715564c937cd40eba23a0d184febbe04e538d5d120bfa5b951775200f3084"}, + {file = "mimesis-11.1.0.tar.gz", hash = "sha256:5f3839751190f6eef7f453dfafb8f2f38dbdcda11bb3ad742589c216c24985f1"}, ] [[package]] @@ -1848,4 +1848,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2e1c259463c576f752059be50c3b6400f3262f86beebaa326c9c41d3a2f614ea" +content-hash = "de022b31a54323032567dda0d7b2f935a0d1d5d1c1cc06933905166e203a45df" diff --git a/pyproject.toml b/pyproject.toml index 975b811..3b19d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = "^23.7" isort = "^5.12.0" pytest-cov = "^4.1.0" pytest-asyncio = "^0.21.1" -mimesis = "^10.2.1" +mimesis = "^11.1.0" pytest-depends = "^1.0.1" [build-system]