diff --git a/poetry.lock b/poetry.lock index bbfc7fd27..f9968bbdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -929,13 +929,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "24.7.1" +version = "24.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.7.1-py3-none-any.whl", hash = "sha256:73f2bd886e8ce751e660c7d37a6c0a128aab5e1551359335bb79cfea0f4fabfc"}, - {file = "Faker-24.7.1.tar.gz", hash = "sha256:39d34c63f0d62ed574161e23fe32008917b923d18098ce94c2650fe16463b7d5"}, + {file = "Faker-24.8.0-py3-none-any.whl", hash = "sha256:2f70a7817b4147d67c544192e169c5653060fce8aef758db0ea8823d89caac94"}, + {file = "Faker-24.8.0.tar.gz", hash = "sha256:1a46466b22c6bf5925448f725f90c6e0d8bf085819906520ddaa15aec58a6df5"}, ] [package.dependencies] @@ -5558,4 +5558,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "4934a23f5c940015ea8b95160216cc7f8a4ef3595b1b7d0e1120f03ae14b1a41" +content-hash = "556cbc3c7333af78cfa67c747a11e5c5abf7b655f5cc7ed3d7272c3692f4e249" diff --git a/pyproject.toml b/pyproject.toml index 2c5ea05dd..5ce56c024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ nbqa = "^1.8.5" ruff = "^0.3.5" pre-commit = "*" pylama = { extras = ["radon", "vulture", "toml"], version = "^8.4.1" } -faker = "^24.7.1" +faker = "^24.8.0" # tests pytest = "*"