Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Byunk authored Oct 30, 2023
2 parents ce38e43 + e38c4a2 commit 5fab33b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 40 deletions.
70 changes: 33 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 @@ -17,10 +17,10 @@ python = "^3.8"
sqlparse = "^0.4.1"

[tool.poetry.dev-dependencies]
black = "^23.9"
black = "^23.10"
coverage = {extras = ["toml"], version = "^6.5"}
pylint = "^3.0.1"
pytest = "^7.4.2"
pylint = "^3.0.2"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
coveralls = "^3.3.1"
flake8 = "^5.0.4"
Expand Down

0 comments on commit 5fab33b

Please sign in to comment.