Skip to content

Commit

Permalink
Merge branch 'develop' into chore/label-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Conijn authored Feb 20, 2022
2 parents c8077ae + 7ef1404 commit 9e113c3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ click = "^8.0.3"

[tool.poetry.dev-dependencies]
black = "^21.9b0"
mypy = "^0.910"
mypy = "^0.931"
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
pytest-mypy = "^0.8.1"
pytest-mypy = "^0.9.1"
toml = "^0.10.2"
types-toml = "^0.10.1"
types-toml = "^0.10.4"
twine = "^3.8.0"
xenon = "^0.8.0"
radon = "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
install_requires=[
"click==8.0.3",
"click==8.0.4",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 9e113c3

Please sign in to comment.