Skip to content

Commit a0f4779

Browse files
committed
Merge branch 'master' into develop
2 parents 2d4ef6a + a08dc7b commit a0f4779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/dependabot-approve-and-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# will not occur.
2020
- name: Dependabot metadata
2121
id: dependabot-metadata
22-
uses: dependabot/fetch-metadata@v1.6.0
22+
uses: dependabot/fetch-metadata@v2.1.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525
# Here the PR gets approved.

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818

19-
FROM python:3.12.2-slim-bullseye
19+
FROM python:3.12.3-slim-bullseye
2020

2121
ADD . /jetson_stats
2222

Diff for: docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sphinx-autobuild
66
sphinxext-opengraph
77
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
88
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
9-
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
9+
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
1010
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)