Skip to content

Commit 7a391bb

Browse files
authored
Merge branch 'main' into copilot/fix-226
2 parents 67ed2a2 + 0e098ab commit 7a391bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.7-slim@sha256:8220ccec22e88cddd9a541cacd1bf48423bda8cdeb1015249e4b298edf86cdc7
1+
FROM python:3.13.7-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
22
LABEL com.github.actions.name="stale-repos" \
33
com.github.actions.description="Find stale repositories in a GitHub organization." \
44
com.github.actions.icon="check-square" \

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ mypy-extensions==1.1.0
55
pylint==3.3.8
66
pytest==8.4.1
77
pytest-cov==6.2.1
8-
types-python-dateutil==2.9.0.20250809
8+
types-python-dateutil==2.9.0.20250822
99
types-requests==2.32.4.20250809

0 commit comments

Comments
 (0)