Skip to content

Commit

Permalink
update ruff and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed Jul 13, 2024
1 parent 04c1986 commit 1d7570b
Show file tree
Hide file tree
Showing 9 changed files with 225 additions and 337 deletions.
70 changes: 28 additions & 42 deletions lib/py_carlos_database/poetry.lock

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

68 changes: 27 additions & 41 deletions lib/py_dev_dependencies/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 lib/py_dev_dependencies/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ bump-my-version = "^0.20.1"
black = "^24.3.0"
isort = "^5.13.2"
# linting
ruff = "^0.3.4"
ruff = "^0.5.0"
# static type checking
mypy = "^1.9.0"
# testing
pytest = "^8.1.1"
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23.6"
dirty-equals = "^0.7.0"
docker = "^6.1.3"
docker = "^7.1.0"
sqlalchemy = {extras = ["mypy"], version = "^2.0.29"}
greenlet = "^3.0.3" # required for testing of SQLAlchemy
pydantic = "^2.0.0"
Expand Down
Loading

0 comments on commit 1d7570b

Please sign in to comment.