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 7adff87 commit 5e4ec33Copy full SHA for 5e4ec33
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
make test
44
- name: Archive code coverage results
45
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
46
with:
47
name: code-coverage-report
48
path: coverage_html_report/**
image_extra_requirements.txt
@@ -1,2 +1,2 @@
1
-pillow~=10.3.0
+pillow~=10.4.0
2
ascii_magic~=2.3.0
setup_requirements.txt
@@ -1,5 +1,5 @@
pytest-runner~=6.0.1
mccabe~=0.7.0
3
-flake8~=7.0.0
4
-pylint~=3.1.0
5
-bandit~=1.7.8
+flake8~=7.1.0
+pylint~=3.2.6
+bandit~=1.7.9
0 commit comments