Skip to content

Commit 9a05805

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dependencies-798f60be7b
2 parents 7cf0616 + eb07638 commit 9a05805

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/contributor_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SPONSOR_INFO: "true"
3737

3838
- name: Create issue
39-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
39+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
4040
with:
4141
title: Monthly contributor report
4242
token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#checkov:skip=CKV_DOCKER_2
22
#checkov:skip=CKV_DOCKER_3
33
#trivy:ignore:AVD-DS-0002
4-
FROM python:3.13-slim@sha256:58c30f5bfaa718b5803a53393190b9c68bd517c44c6c94c1b6c8c172bcfad040
4+
FROM python:3.13-slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
55
LABEL com.github.actions.name="issue-metrics" \
66
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
77
com.github.actions.icon="check-square" \

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==25.9.0
22
flake8==7.3.0
33
mypy==1.18.2
44
mypy-extensions==1.1.0
5-
pylint==3.3.8
5+
pylint==3.3.9
66
pytest==8.4.2
77
pytest-cov==7.0.0
88
types-pytz==2025.2.0.20250809

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github3.py==4.0.1
2-
numpy==2.2.4
2+
numpy==2.3.3
33
python-dotenv==1.1.1
44
pytz==2025.2
55
requests==2.32.5

0 commit comments

Comments
 (0)