Skip to content

Commit cfd4980

Browse files
dependabot[bot]leandrodamascenaanafalcao
authored
chore(deps-dev): bump ruff from 0.8.4 to 0.8.6 (#5833)
* chore(deps-dev): bump ruff from 0.8.4 to 0.8.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.8.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.4...0.8.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Removing bumping temporarly --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena <[email protected]> Co-authored-by: Ana Falcão <[email protected]>
1 parent d9fb99a commit cfd4980

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target:
66

77
dev:
88
pip install --upgrade pip pre-commit poetry
9-
@$(MAKE) dev-version-plugin
9+
# @$(MAKE) dev-version-plugin
1010
poetry install --extras "all redis datamasking"
1111
pre-commit install
1212

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ types-python-dateutil = "^2.8.19.6"
115115
aws-cdk-aws-appsync-alpha = "^2.59.0a0"
116116
httpx = ">=0.23.3,<0.29.0"
117117
sentry-sdk = ">=1.22.2,<3.0.0"
118-
ruff = ">=0.5.1,<0.8.5"
118+
ruff = ">=0.5.1,<0.8.7"
119119
retry2 = "^0.9.5"
120120
pytest-socket = ">=0.6,<0.8"
121121
types-redis = "^4.6.0.7"

0 commit comments

Comments
 (0)