We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ed2a2 + 0e098ab commit 7a391bbCopy full SHA for 7a391bb
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13.7-slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
+FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
2
LABEL com.github.actions.name="stale-repos" \
3
com.github.actions.description="Find stale repositories in a GitHub organization." \
4
com.github.actions.icon="check-square" \
requirements-test.txt
@@ -5,5 +5,5 @@ mypy-extensions==1.1.0
5
pylint==3.3.8
6
pytest==8.4.1
7
pytest-cov==6.2.1
8
-types-python-dateutil==2.9.0.20250809
+types-python-dateutil==2.9.0.20250822
9
types-requests==2.32.4.20250809
0 commit comments