diff --git a/poetry.lock b/poetry.lock index fdfd4fa8..6cd8da7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "acryl-datahub" @@ -905,13 +905,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "30.8.0" +version = "30.8.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.0-py3-none-any.whl", hash = "sha256:4cd0c5ea4bc1e4c902967f6e662f5f5da69f1674d9a94f54e516d27f3c2a6a16"}, - {file = "faker-30.8.0.tar.gz", hash = "sha256:3608c7fcac2acde0eaa6da28dae97628f18f14d54eaa2a92b96ae006f1621bd7"}, + {file = "Faker-30.8.1-py3-none-any.whl", hash = "sha256:4f7f133560b9d4d2a915581f4ba86f9a6a83421b89e911f36c4c96cff58135a5"}, + {file = "faker-30.8.1.tar.gz", hash = "sha256:93e8b70813f76d05d98951154681180cb795cfbcff3eced7680d963bcc0da2a9"}, ] [package.dependencies] @@ -3167,4 +3167,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dd0565c6d6b64b965b865241d8f708764d26fcfb319915d78f76d57a7e9931d8" +content-hash = "863e19003015475eda08c6df68dfe09ed42e50cc7b83c847060a90d89d32d51a" diff --git a/pyproject.toml b/pyproject.toml index ddd3836e..2aff2f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ selenium = "~=4.25.0" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^5.0.0" -faker = "^30.8.0" +faker = "^30.8.1" isort = "^5.13.2" [build-system]