Skip to content

Commit 5e4ec33

Browse files
committed
update requirements
1 parent 7adff87 commit 5e4ec33

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
make test
4444
- name: Archive code coverage results
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: code-coverage-report
4848
path: coverage_html_report/**

image_extra_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pillow~=10.3.0
1+
pillow~=10.4.0
22
ascii_magic~=2.3.0

setup_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest-runner~=6.0.1
22
mccabe~=0.7.0
3-
flake8~=7.0.0
4-
pylint~=3.1.0
5-
bandit~=1.7.8
3+
flake8~=7.1.0
4+
pylint~=3.2.6
5+
bandit~=1.7.9

0 commit comments

Comments
 (0)