Skip to content

Commit

Permalink
Update dependencies (#343)
Browse files Browse the repository at this point in the history
* Fix poetry installation with tomlkit 0.11.2

Move comment in classifiers array out of the array.

* Update dependencies to latest releases
  • Loading branch information
bjoernricks authored Aug 8, 2022
1 parent 43a7827 commit 91268cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/greenbone/autohooks"
repository = "https://github.com/greenbone/autohooks"
# Full list: https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers=[
# Full list: https://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", # pylint: disable=line-too-long
"Environment :: Console",
Expand Down

0 comments on commit 91268cf

Please sign in to comment.