Skip to content

Commit

Permalink
Bump the back-prod-patch-update-deps group with 4 updates (#229)
Browse files Browse the repository at this point in the history
Bumps the back-prod-patch-update-deps group with 4 updates: [argcomplete](https://github.com/kislyuk/argcomplete), [black](https://github.com/psf/black), [coverage](https://github.com/nedbat/coveragepy) and [flake8](https://github.com/pycqa/flake8).


Updates `argcomplete` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
- [Commits](kislyuk/argcomplete@v3.4.0...v3.5.0)

Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

Updates `coverage` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.0...7.6.1)

Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: back-prod-patch-update-deps
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: back-prod-patch-update-deps
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: back-prod-patch-update-deps
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: back-prod-patch-update-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2024
1 parent e22a032 commit f4c6e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = {text = "GPLv3"}
authors = [{ name = "Philipp Metzner", email = "[email protected]" }]
dependencies = [
"appdirs==1.4.4",
"argcomplete==3.4.0",
"argcomplete==3.5.0",
"marshmallow==3.21.3",
"python-dateutil==2.9.0.post0",
"rich==13.7.1",
Expand All @@ -45,9 +45,9 @@ classifiers = [
]
[project.optional-dependencies]
develop = [
"black==24.4.2",
"coverage==7.6.0",
'flake8==7.1.0',
"black==24.8.0",
"coverage==7.6.1",
'flake8==7.1.1',
"flake8-pyproject==1.2.3",
"gitlint-core==0.19.1",
'isort==5.13.2',
Expand Down

0 comments on commit f4c6e64

Please sign in to comment.