diff --git a/poetry.lock b/poetry.lock index e315e6d..d9cc5f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -310,4 +310,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "08c576c1af8f37767a1daa89684876a574fe29a92063408b6e514cb5fe13ab72" +content-hash = "612b30de7bff37a23654424b587d8db384b3dc21f2b9ecd0f8d3cab290265869" diff --git a/pyproject.toml b/pyproject.toml index f709f0b..35dc4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "faker-pyspark" -version = "0.5.0" +version = "0.6.0" description = "faker-pyspark is a PySpark DataFrame and Schema provider for the Faker python package" authors = ["Sury Soni "] license = "MIT" @@ -13,7 +13,7 @@ packages = [{include = "faker_pyspark"}] [tool.poetry.dependencies] python = "^3.8.1" Faker = "^18.11.1" -pyspark = "^3.0.0" +pyspark = "3.*" [tool.poetry.group.dev.dependencies] pytest = "^7.3.2"