Skip to content

Commit

Permalink
Merge pull request #288 from seapagan/dependabot/pip/ruff-0.3.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump ruff from 0.2.1 to 0.3.0
  • Loading branch information
seapagan authored Mar 2, 2024
2 parents c414d8a + 5fb04fc commit 3d6c1de
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 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 @@ -58,7 +58,7 @@ build-backend = "poetry.core.masonry.api"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
pymarkdownlnt = "^0.9.12"
ruff = ">=0.1.3,<0.3.0"
ruff = ">=0.1.3,<0.4.0"

# testing
pytest = ">=7.4,<9.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ regex==2023.12.25 ; python_version >= "3.9" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.0 ; python_version >= "3.9" and python_version < "4.0"
rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.2.1 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
setuptools==69.1.0 ; python_version >= "3.9" and python_version < "4.0"
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
simple-toml-settings==0.3.2 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 3d6c1de

Please sign in to comment.