Skip to content

Commit 0dfd950

Browse files
[actions] (deps): Bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `pypa/gh-action-pypi-publish` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cef2210...ba38be9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83a0094 commit 0dfd950

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/publish-to-pypi.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515
- name: Set up Python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: "3.x"
1919
- name: Install hatch
@@ -50,7 +50,7 @@ jobs:
5050
name: python-package-distributions
5151
path: dist/
5252
- name: Publish distribution 📦 to PyPI
53-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
53+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
5454

5555
github-release:
5656
name: >-
@@ -115,6 +115,6 @@ jobs:
115115
name: python-package-distributions
116116
path: dist/
117117
- name: Publish distribution 📦 to TestPyPI
118-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
118+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
119119
with:
120120
repository-url: https://test.pypi.org/legacy/

‎.github/workflows/pyright.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Set up Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

‎.github/workflows/pytest.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v7
2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.x'
2626
- name: Install dependencies

‎.github/workflows/ruff.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Set up Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7
1818
with:
1919
python-version: '3.x'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)