diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-08-05 16:33:32 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-08-05 16:33:32 -0700 |
| commit | 19805bf4cd9d672cb4112f3a723456aa0ca996ca (patch) | |
| tree | 77aea0f58f545f89f14af348b00ddad55150ec5f /pyproject.toml | |
| parent | 3ca6d59d73beeb79fb4a6b81c35ccb7c90ef86c2 (diff) | |
| download | alphanum-19805bf4cd9d672cb4112f3a723456aa0ca996ca.tar.gz alphanum-19805bf4cd9d672cb4112f3a723456aa0ca996ca.zip | |
Update dev dependencies
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a9d20a6..3e6f26e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ['string', 'random', 'pseudo-random', 'generator'] python = "^3.5" [tool.poetry.dev-dependencies] -pytest = "^5.2" +pytest = "^6.0" [build-system] requires = ["poetry>=0.12"] |
