diff --git a/poetry.lock b/poetry.lock index ce141a50..e02b7037 100644 --- a/poetry.lock +++ b/poetry.lock @@ -910,13 +910,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.11.0" +version = "19.13.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.11.0-py3-none-any.whl", hash = "sha256:e28090068293c5a83e7f4d636417d45fae1031ca8a8136cc2415549ebc2111e2"}, - {file = "Faker-19.11.0.tar.gz", hash = "sha256:a62a3fd3bfa3122d4f57dfa26a1cc37d76751a76c8ddd63cf9d24078c57913a4"}, + {file = "Faker-19.13.0-py3-none-any.whl", hash = "sha256:da880a76322db7a879c848a0771e129338e0a680a9f695fd9a3e7a6ac82b45e1"}, + {file = "Faker-19.13.0.tar.gz", hash = "sha256:14ccb0aec342d33aa3889a864a56e5b3c2d56bce1b89f9189f4fbc128b9afc1e"}, ] [package.dependencies] @@ -4139,4 +4139,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0e5e60020b41ad6a7d957f67f978abea2ef97dc3a693d8db9105f156a7f3cf83" +content-hash = "50fe32fdc528569f16fe1ce2534b09a5107929fc58ec3002486cdd2494108ffe" diff --git a/pyproject.toml b/pyproject.toml index d9f06c76..a1111072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ tryceratops = "^2.3.2" poethepoet = "^0.24.1" # testing -faker = "^19.11.0" +faker = "^19.13.0" mock = "^5.1.0" pytest = "^7.4.3" pytest-asyncio = "^0.21.1"