Skip to content

Commit

Permalink
Bump the python-requirements group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) and [python-benedict[parse,xls]](https://github.com/fabiocaccamo/python-benedict) to permit the latest version.

Updates `pre-commit` to 3.4.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.0...v3.4.0)

Updates `python-benedict[parse,xls]` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/fabiocaccamo/python-benedict/releases)
- [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/python-benedict@0.32.0...0.32.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  dependency-group: python-requirements
- dependency-name: python-benedict[parse,xls]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent c750ce8 commit d57e8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-data.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-benedict[parse,xls] == 0.32.0
python-benedict[parse,xls] == 0.32.1
python-fsutil == 0.10.0
python-slugify == 8.0.1
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage == 7.3.*
mypy == 1.5.*
pre-commit == 3.3.*
pre-commit == 3.4.*
tox == 4.11.*

0 comments on commit d57e8e2

Please sign in to comment.