Skip to content

Commit c4d22ae

Browse files
committed
Merge branch 'main' into dependabot/github_actions/dependencies-208090a2ed
2 parents 59e497d + 3886442 commit c4d22ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#checkov:skip=CKV_DOCKER_2
22
#checkov:skip=CKV_DOCKER_3
3-
FROM python:3.13-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
3+
FROM python:3.13-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
44
LABEL com.github.actions.name="issue-metrics" \
55
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
66
com.github.actions.icon="check-square" \

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
black==25.1.0
2-
flake8==7.1.1
2+
flake8==7.1.2
33
mypy==1.15.0
44
mypy-extensions==1.0.0
55
pylint==3.3.4
6-
pytest==8.3.4
6+
pytest==8.3.5
77
pytest-cov==6.0.0
88
types-pytz==2025.1.0.20250204
9-
types-requests==2.32.0.20241016
9+
types-requests==2.32.0.20250301

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.2
2+
numpy==2.2.3
33
python-dotenv==1.0.1
44
pytz==2025.1
55
requests==2.32.3

0 commit comments

Comments
 (0)