Skip to content

Commit 9eace81

Browse files
authored
Merge branch 'main' into dependabot/pip/pip-fbf3774260
2 parents e527534 + 900d8c9 commit 9eace81

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
55+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5656
with:
5757
cache-binary: false
5858
install: true
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: false
108108

109109
- name: Set up Docker Buildx
110-
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
110+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
111111
with:
112112
cache-binary: false
113113
install: true

poetry.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ canonicaljson = "^2.0.0"
7070

7171
[tool.poetry.group.dev.dependencies]
7272
# Sync with version in .pre-commit-config.yaml and .github/workflows/format.yml
73-
ruff = "~0.11.4"
73+
ruff = ">=0.11.4,<0.13.0"
7474

7575
pre-commit = ">=4.1,<4.3"
7676

@@ -82,7 +82,7 @@ pydevd-pycharm = ">=251.17181.23,<253.0.0"
8282
pytest = "^8.3.4"
8383
pytest-asyncio = ">=0.25.3,<0.27.0"
8484
pytest-cov = "^6.0.0"
85-
pytest-ruff = "^0.4.1"
85+
pytest-ruff = ">=0.4.1,<0.6.0"
8686
pytest-xdist = "^3.6.1"
8787
debugpy = "^1.8.11"
8888

0 commit comments

Comments
 (0)