diff options
| author | 2024-04-02 18:36:41 +0000 | |
|---|---|---|
| committer | 2024-04-02 18:36:41 +0000 | |
| commit | f86fda6c6226e8538da99c6c969ec513731b2840 (patch) | |
| tree | 430d88b85fcf2904f4077b024aba0ccbea702ef9 /pyproject.toml | |
| parent | Merge pull request #1505 from python-discord/L3viathan-fix-surrogate-question (diff) | |
Bump ruff from 0.3.4 to 0.3.5 (#1503)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 e4a45586..6de6f9ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pydantic-settings = "2.2.1" pip-licenses = "4.4.0" pre-commit = "3.7.0" python-dotenv = "1.0.1" -ruff = "0.3.4" +ruff = "0.3.5" taskipy = "1.12.2" [tool.taskipy.tasks] |