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.
1 parent 59e2d2e commit 2579e3fCopy full SHA for 2579e3f
Dockerfile
@@ -8,7 +8,7 @@ COPY requirements.txt *.py /action/workspace/
8
9
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
10
&& apt-get -y update \
11
- && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
+ && apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
CMD ["/action/workspace/evergreen.py"]
requirements-test.txt
@@ -3,7 +3,7 @@ flake8==7.3.0
3
mypy==1.17.1
4
mypy-extensions==1.1.0
5
pylint==3.3.8
6
-pytest==8.4.1
7
-pytest-cov==6.2.1
+pytest==8.4.2
+pytest-cov==6.3.0
types-PyYAML==6.0.12.20250822
types-requests==2.32.4.20250809
0 commit comments