Skip to content

Commit

Permalink
Widen faker version for 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Apr 4, 2021
1 parent 2983620 commit 043fa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-devdata"
version = "0.1.8"
version = "0.1.9"
description = ""
authors = ["Dan Palmer <dan@danpalmer.me>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ packages = [
[tool.poetry.dependencies]
# python = ">=3.6.1"
tqdm = ">=4.0.0"
Faker = ">=6.0.0"
Faker = ">=5.0.0"

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit 043fa94

Please sign in to comment.