Skip to content

Commit a41d41d

Browse files
leliaclaude
andcommitted
Merge main; carry ruff bump into its new manifest pin (0.16.1)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 parents cacd8ca + 1cf2246 commit a41d41d

5 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/actions/setup-docker/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ inputs:
1919
runs:
2020
using: "composite"
2121
steps:
22-
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
22+
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
2323
if: inputs.enable-qemu == 'true'
24-
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
25-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
24+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
25+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
2626
with:
2727
username: ${{ inputs.dockerhub-username }}
2828
password: ${{ inputs.dockerhub-token }}

.github/actions/setup-sfw/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- if: ${{ inputs.python == 'true' || inputs.uv == 'true' }}
30-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3131
with:
3232
python-version: "3.12"
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Publish to PyPI
6868
if: steps.version_check.outputs.pypi_exists != 'true'
69-
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
69+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
7070

7171
- name: Set up Docker publishing
7272
uses: ./.github/actions/setup-docker

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ classifiers = [
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"pytest>=7.4.0",
44-
"pytest-cov>=4.1.0",
45-
"pytest-mock>=3.12.0",
46-
"pytest-asyncio>=0.23.0",
47-
"pytest-watch >=4.2.0"
43+
"pytest==9.1.1",
44+
"pytest-cov==7.1.0",
45+
"pytest-mock==3.15.1",
46+
"pytest-asyncio==1.4.0",
47+
"pytest-watch==4.2.0"
4848
]
4949
dev = [
50-
"ruff>=0.3.0",
51-
"twine", # for building
52-
"uv>=0.1.0", # for dependency management
53-
"pre-commit",
54-
"hatch"
50+
"ruff==0.16.1",
51+
"twine==7.0.0", # for building
52+
"uv==0.12.0", # for dependency management
53+
"pre-commit==4.6.1",
54+
"hatch==1.17.1"
5555
]
5656

5757
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)