Skip to content

Commit

Permalink
Merge pull request #331 from deNBI/deps/pypi-black-vulnerability
Browse files Browse the repository at this point in the history
feat(Dependencies): Update dependency black to v24 [SECURITY]
  • Loading branch information
dweinholz authored Aug 12, 2024
2 parents 1ad42fa + a764383 commit 66f3b5f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "os_credits"
version = "2.1.0"
version = "2.2.0"
description = ""
authors = ["gilbus", "ekatchko"]

Expand All @@ -18,7 +18,7 @@ psycopg2 = "2.9.9"
[tool.poetry.dev-dependencies]
aiohttp-devtools = "1.1.2"
pre-commit = "3.6.0"
black = {version = "23.12.1",allow-prereleases = true}
black = {version = "24.3.0",allow-prereleases = true}
sphinx-autodoc-typehints = "1.25.2"
sphinx = "7.2.6"
sphinxcontrib-trio = "1.1.2"
Expand Down

0 comments on commit 66f3b5f

Please sign in to comment.