mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Update dependencies - pyxdg, pytest, black (#1076)
* Update version pin on pyxdg and run poetry update * Update pytest pin and rerun poetry update * Update black pin to latest version, poetry update, and make format
This commit is contained in:
parent
7a465eabeb
commit
c38c39efee
10 changed files with 435 additions and 319 deletions
|
@ -17,7 +17,7 @@ repository = "https://github.com/jrnl-org/jrnl"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7.0, <3.10.0"
|
||||
pyxdg = "^0.26.0"
|
||||
pyxdg = "^0.27.0"
|
||||
cryptography = "^3.0"
|
||||
passlib = "^1.7"
|
||||
parsedatetime = "^2.4"
|
||||
|
@ -34,10 +34,10 @@ packaging = "^20.4"
|
|||
[tool.poetry.dev-dependencies]
|
||||
behave = "^1.2"
|
||||
mkdocs = "^1.0"
|
||||
black = {version = "^19.10b0",allow-prereleases = true}
|
||||
black = {version = "^20.8b1",allow-prereleases = true}
|
||||
toml = "^0.10.0"
|
||||
pyflakes = "^2.2.0"
|
||||
pytest = "^5.4.3"
|
||||
pytest = "^6.1.2"
|
||||
yq = "^2.11.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue