Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72b0da3

Browse files
chore(deps): bump the dependencies group with 2 updates (#589)
* chore(deps): bump the dependencies group with 2 updatesBumps the dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).Updates `pytest` from 8.4.1 to 8.4.2- [Release notes](https://github.com/pytest-dev/pytest/releases)- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)- [Commits](pytest-dev/pytest@8.4.1...8.4.2)Updates `pytest-cov` from 6.2.1 to 6.3.0- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)- [Commits](pytest-dev/pytest-cov@v6.2.1...v6.3.0)---updated-dependencies:- dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies- dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies...Signed-off-by: dependabot[bot] <support@github.com>* fix: update git package versionSigned-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>---------Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: jmeridth <35014+jmeridth@users.noreply.github.com>
1 parent6fa9041 commit72b0da3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY requirements.txt *.py /action/workspace/
1717

1818
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1919
&& apt-get -y update \
20-
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
20+
&& apt-get -y install --no-install-recommends git=1:2.47.3-0+deb13u1 \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
CMD ["/action/workspace/issue_metrics.py"]

‎requirements-test.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flake8==7.3.0
33
mypy==1.17.1
44
mypy-extensions==1.1.0
55
pylint==3.3.8
6-
pytest==8.4.1
7-
pytest-cov==6.2.1
6+
pytest==8.4.2
7+
pytest-cov==6.3.0
88
types-pytz==2025.2.0.20250809
99
types-requests==2.32.4.20250809

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp