Skip to content

Commit 7296d76

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-8.1.1
2 parents 82d8bfb + 031e26c commit 7296d76

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/[email protected]
1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # ratchet:actions/setup-python@v4
12+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # ratchet:actions/setup-python@v4
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install dependencies

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Create Release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # ratchet:google-github-actions/release-please-action@v4.0.2
13+
- uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # ratchet:google-github-actions/release-please-action@v4.1.0
1414
with:
1515
release-type: python
1616
token: ${{ secrets.SPDXMERGE_GITHUB_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
python -m build --sdist --wheel --outdir dist/ .
6565
- name: "Publish distribution \U0001F4E6 to PyPI"
6666
if: startsWith(github.ref, 'refs/tags')
67-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # ratchet:pypa/gh-action-pypi-publish@release/v1
67+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # ratchet:pypa/gh-action-pypi-publish@release/v1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# For more information, please refer to https://aka.ms/vscode-docker-python
2-
FROM python:3.12.1
2+
FROM python:3.12.3
33

44
# Assign work directory
55
WORKDIR /app

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2-
pylint==3.0.3
2+
pylint==3.1.0
33
pytest==8.1.1

0 commit comments

Comments
 (0)