Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Nov 29, 2021
1 parent 3579aa0 commit 0ebc0cd
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 48 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"check": "poetry run pyright"
},
"devDependencies": {
"pyright": "^1.1.184"
"pyright": "^1.1.190"
}
}
69 changes: 36 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ include = ["FIXME/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
beet = ">=0.43.3"
beet = ">=0.45.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = "^21.10b0"
isort = "^5.10.0"
python-semantic-release = "^7.19.2"
mudkip = "^0.4.12"
black = "^21.11b1"
isort = "^5.10.1"
python-semantic-release = "^7.22.0"
mudkip = "^0.4.14"
pytest-insta = "^0.1.10"
lectern = "^0.16.1"
lectern = ">=0.18.1"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 0ebc0cd

Please sign in to comment.