Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/dependencies-20809…
Browse files Browse the repository at this point in the history
…0a2ed
  • Loading branch information
jmeridth committed Mar 3, 2025
2 parents 59e497d + 3886442 commit c4d22ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3
FROM python:3.13-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
FROM python:3.13-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652
LABEL com.github.actions.name="issue-metrics" \
com.github.actions.description="Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc." \
com.github.actions.icon="check-square" \
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black==25.1.0
flake8==7.1.1
flake8==7.1.2
mypy==1.15.0
mypy-extensions==1.0.0
pylint==3.3.4
pytest==8.3.4
pytest==8.3.5
pytest-cov==6.0.0
types-pytz==2025.1.0.20250204
types-requests==2.32.0.20241016
types-requests==2.32.0.20250301
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github3.py==4.0.1
numpy==2.2.2
numpy==2.2.3
python-dotenv==1.0.1
pytz==2025.1
requests==2.32.3

0 comments on commit c4d22ae

Please sign in to comment.