diff --git a/poetry.lock b/poetry.lock index 59b33a8..7d5bcce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "altair" @@ -226,13 +226,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "30.8.2" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, - {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] @@ -757,8 +757,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.22.4", markers = "python_version < \"3.11\""}, - {version = ">=1.23.2", markers = "python_version == \"3.11\""}, {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, + {version = ">=1.23.2", markers = "python_version == \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -920,8 +920,8 @@ astroid = ">=3.3.4,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -1243,4 +1243,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a939ea64ceceacd409565a3a6c967d05905691994f94ae6d649f7c93cb177ea8" +content-hash = "58c318dfb5e5e52ba6e79089cfb0de859e48fe2d7f51fc807fbb843f8118d8d7" diff --git a/pyproject.toml b/pyproject.toml index 81e03e0..b3e863b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ lxml = "^5.3.0" pyarrow = "^17.0.0" python-dateutil = "^2.9.0.post0" text2num = "^2.5.1" -faker = "^30.8.2" +faker = "^35.2.0" [tool.poetry.dev-dependencies] black = "^24.10.0"