File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ inputs:
1919runs :
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ classifiers = [
4040
4141[project .optional-dependencies ]
4242test = [
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]
4949dev = [
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 .0" ,
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 ]
You can’t perform that action at this time.
0 commit comments