diff --git a/poetry.lock b/poetry.lock index f688a0f..eb58845 100644 --- a/poetry.lock +++ b/poetry.lock @@ -437,13 +437,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "21.0.0" +version = "23.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-21.0.0-py3-none-any.whl", hash = "sha256:ff61cca42547795bee8a11319792a8fee6d0f0cd191e831f7f3050c5851fcd8a"}, - {file = "Faker-21.0.0.tar.gz", hash = "sha256:2d8a350e952225a145307d7461881c44a1c9320e90fbe8bd903d5947f133f3ec"}, + {file = "Faker-23.1.0-py3-none-any.whl", hash = "sha256:60e89e5c0b584e285a7db05eceba35011a241954afdab2853cb246c8a56700a2"}, + {file = "Faker-23.1.0.tar.gz", hash = "sha256:b7f76bb1b2ac4cdc54442d955e36e477c387000f31ce46887fb9722a041be60b"}, ] [package.dependencies] @@ -1589,4 +1589,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "1cd6bdfdb2b583c2041b57eb7a2631a5adeebbdfc49ad2b9f76b293f7c4d224b" +content-hash = "cc83fbfa5effdbcc239d41087438f33d3fa3a3f7e4912ecfe1c844eb1caf2bdb" diff --git a/pyproject.toml b/pyproject.toml index b774ed7..bfb3a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest = "8.0.0" singer-sdk = { version=">=0.31.1,<0.35.0", extras = ["testing"] } black = "24.1.1" deptry = "0.12.0" -faker = "21.0.0" +faker = "23.1.0" isort = "5.13.2" tox = "4.12.1"