diff --git a/poetry.lock b/poetry.lock index 1c30d51..05f397d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -307,13 +307,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.2.0" +version = "19.3.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.2.0-py3-none-any.whl", hash = "sha256:c6c1218482faf79ae1d791bb7124067d12339e0b8f400de855e2c281bcf78c77"}, - {file = "Faker-19.2.0.tar.gz", hash = "sha256:78840b94843f3aa32a34a220b2b5e8b309e3ffff3a231b0c54e841bb68e0757d"}, + {file = "Faker-19.3.1-py3-none-any.whl", hash = "sha256:e2722fdf622cf24e974aaba15a3dee97a6f8b98d869bd827ff1af9c87695af46"}, + {file = "Faker-19.3.1.tar.gz", hash = "sha256:a6624d9574623bb27dfca33fff94581cd7b23b562901db8ad59acbde9a52543e"}, ] [package.dependencies] @@ -1017,4 +1017,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3c446ea33a679171bbc8ff184fd410ae552e5e16fe55468041351e3365015c8d" +content-hash = "00008477ea0f75e065ca9bc1aa7710375355ccfa28f95204d2f2f34e8b47dcd0" diff --git a/pyproject.toml b/pyproject.toml index 5e7d1e6..7e0307e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ giturlparse = "^0.10.0" [tool.poetry.dev-dependencies] pytest = "^7.4.0" flake8 = "^6.1.0" -Faker = "^19.2.0" +Faker = "^19.3.1" [build-system] requires = ["poetry-core>=1.0.0"]