Skip to content

Commit

Permalink
🏗️ Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Apr 1, 2023
1 parent d4b3006 commit 662851a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Expand Up @@ -21,14 +21,14 @@ texturize = 'texturize.__main__:main'
python = "^3.6"
creativeai = "^0.2.1"
docopt = "^0.6.2"
progressbar2 = "^3.51.3"
schema = "^0.7.2"
progressbar2 = "^4.2.0"
schema = "^0.7.5"

[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
hypothesis = "^5.16.1"
pytest-cov = "^2.9.0"
keyring = "^21.2.1"
pytest = ">=7.0.0"
hypothesis = ">=6.0.0"
pytest-cov = ">=3.0.0"
keyring = ">=22.4.0"

[build-system]
requires = ["poetry>=1.0"]
Expand Down

0 comments on commit 662851a

Please sign in to comment.