diff options
author | 2023-05-22 06:33:09 +0000 | |
---|---|---|
committer | 2023-05-22 06:33:09 +0000 | |
commit | 10885b74e7d0e32aad23342e36295157adeea9e3 (patch) | |
tree | 519756e862f941c7ee3074e1f92de24d576474f9 /pyproject.toml | |
parent | Merge pull request #982 from python-discord/dependabot/pip/taskipy-1.11.0 (diff) |
Bump ruff from 0.0.267 to 0.0.269
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.267 to 0.0.269.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.267...v0.0.269)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c0205b80..f89b0f90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.9"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" taskipy = "1.11.0" -ruff = "0.0.267" +ruff = "0.0.269" [tool.poetry.group.lint.dependencies] pre-commit = "3.3.2" |