Skip to content

Commit

Permalink
build(deps): bump coverage from 7.4.3 to 7.4.4 (#12061)
Browse files Browse the repository at this point in the history
* build(deps): bump coverage from 7.4.3 to 7.4.4

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Mar 27, 2024
1 parent d88dc1e commit 193e9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ docker==7.0.0
invoke==2.2.0

# tests
coverage==7.4.3
coverage==7.4.4
requests-toolbelt==1.0.0
flake8==7.0.0
black==24.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ install_requires =
invoke==2.2.0

# tests
coverage==7.4.3
coverage==7.4.4
requests-toolbelt==1.0.0
flake8==7.0.0
black==24.3.0
Expand Down

0 comments on commit 193e9a9

Please sign in to comment.