diff --git a/poetry.lock b/poetry.lock index 147e0c45..3adde6fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -236,7 +236,7 @@ python-versions = ">=3.6" [[package]] name = "faker" -version = "8.16.0" +version = "9.2.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -1153,7 +1153,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.6.10, <4.0" -content-hash = "aa71e13f64296ea298515f0447d6ef283f2b7e263a76fd1e81fdae90fbca043a" +content-hash = "b9c3b62fef330bd1922927422220d87f0739caeefcff6bfca5b55bf2948ebe84" [metadata.files] alabaster = [ @@ -1272,8 +1272,8 @@ et-xmlfile = [ {file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"}, ] faker = [ - {file = "Faker-8.16.0-py3-none-any.whl", hash = "sha256:bb10913b9d3ac2aa37180f816c82040e81f9e0c32cb08445533f293cec8930bf"}, - {file = "Faker-8.16.0.tar.gz", hash = "sha256:d70b375d0af0e4c3abd594003691a1055a96281a414884e623d27bccc7d781da"}, + {file = "Faker-9.2.0-py3-none-any.whl", hash = "sha256:526da15fd36801427b8af91af854bbe7d6b979d696d3ecef91bf4d81e9b004f2"}, + {file = "Faker-9.2.0.tar.gz", hash = "sha256:ae9bf986d75caa9c9011eed400bb2ed6e94f2208e987ee2aa013f8a0ae495772"}, ] filelock = [ {file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"}, diff --git a/pyproject.toml b/pyproject.toml index 95546d17..c8b53ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pep8-naming = "^0.12.1" darglint = "^1.5.5" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^4.0.1" -faker = "^8.16.0" +faker = "^9.2.0" sphinx-rtd-theme = "^1.0.0" sphinx-click = "^3.0.1" Pygments = "^2.7.2"