diff --git a/pyproject.toml b/pyproject.toml index aecdacf..e5c3c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ keywords = [ 'validation', ] requires-python = '>=3.11' -dependencies = ['Faker>=28.0.0,<34.0.0', 'python-dateutil>=2.9.0,<3.0.0'] +dependencies = ['Faker>=28.0.0,<36.0.0', 'python-dateutil>=2.9.0,<3.0.0'] dynamic = ['version'] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index f267852..e153880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Remember to add the package, its single version and the documentation page -Faker>=29.0.0,<34.0.0 # https://faker.readthedocs.io/en/master +Faker>=29.0.0,<36.0.0 # https://faker.readthedocs.io/en/master python-dateutil>=2.9.0,<3.0.0 # https://dateutil.readthedocs.io/en/stable