File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 run : tox -e mypy
2525 continue-on-error : true
2626 - name : Report if mypy has gone wrong.
27- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
27+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2828 with :
2929 script : |
3030 github.rest.issues.createComment({
Original file line number Diff line number Diff line change 8282 - name : Install pytest cov
8383 run : poetry run python -m pip install pytest-cov
8484 - name : Upload coverage to Codecov
85- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
85+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
8686 with :
8787 token : ${{ secrets.CODECOV_TOKEN }}
8888 fail_ci_if_error : true
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+ FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
22
33LABEL maintainer="Red Hat - EXD"
44
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+ FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
22
33LABEL maintainer="Red Hat - EXD"
44
Original file line number Diff line number Diff line change 1- FROM redis@sha256:1c054d54ecd1597bba52f4304bca5afbc5565ebe614c5b3d7dc5b7f8a0cd768d
1+ FROM redis@sha256:1f073813b641755b70b0200da64131bbeeb4ec5b633ca67772229b49820caafa
22
33EXPOSE 6379
44
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:f54df76a8d799877f5c95ac4dacb818137534d6d69e38556f08e8bcb417fc083
1+ FROM registry.access.redhat.com/ubi9/python-39:latest@sha256:4e9daa22c8b0bca06b15160e4e3edb87b219c750d75a64ff4ebbbe81c0fb8853
22
33LABEL maintainer="Red Hat - EXD"
44
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ optional = true
4747[tool .poetry .group .dev .dependencies ]
4848black = " 25.11.0"
4949pre-commit = " <4"
50- mypy = " 1.19 .1"
50+ mypy = " 1.20 .1"
5151pylint = " ==3.3.9"
52- pytest-cov = " 7.0 .0"
52+ pytest-cov = " 7.1 .0"
5353uvicorn = {version = " 0.39.0" , extras = [" standard" ]}
5454
5555[tool .poetry .group .docs ]
You can’t perform that action at this time.
0 commit comments