Skip to content

Commit

Permalink
Merge pull request #1458 from mendersoftware/dependabot/pip/support/m…
Browse files Browse the repository at this point in the history
…odules-artifact-gen/tests/pytest-7.4.3

chore: bump pytest from 7.4.2 to 7.4.3 in /support/modules-artifact-gen/tests
  • Loading branch information
lluiscampos authored Oct 30, 2023
2 parents 02fdecd + 81ff7f7 commit 43093a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/modules-artifact-gen/tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.2
pytest==7.4.3
6 changes: 5 additions & 1 deletion support/modules-artifact-gen/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
#
# pip-compile requirements.in
#
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
pytest==7.4.2
pytest==7.4.3
# via -r requirements.in
tomli==2.0.1
# via pytest

0 comments on commit 43093a8

Please sign in to comment.