Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [copier](https://github.com/copier-org/copier) | `9.2.0` | `9.3.1` |
| [jsondiff](https://github.com/xlwings/jsondiff) | `2.0.0` | `2.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.5.5` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.0` |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.26.1` | `0.27.0` |



Updates `copier` from 9.2.0 to 9.3.1
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.2.0...v9.3.1)

Updates `jsondiff` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/xlwings/jsondiff/releases)
- [Changelog](https://github.com/xlwings/jsondiff/blob/master/CHANGELOG.md)
- [Commits](xlwings/jsondiff@2.0.0...2.2.0)

Updates `ruff` from 0.4.8 to 0.5.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...0.5.5)

Updates `mypy` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11)

Updates `poethepoet` from 0.26.1 to 0.27.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: copier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jsondiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent d4759d6 commit 645dfa4
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 64 deletions.
131 changes: 69 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jsondiff = "^2.0.0"
[tool.poetry.group.dev.dependencies]
pyinstaller = {version = "^6.9.0"}
pytest = "^7.2.0"
ruff = ">=0.1.6,<0.5.0"
ruff = ">=0.1.6,<0.6.0"
pip-audit = "^2.4.7"
approvaltests = "^7.2.0"
pytest-mock = "^3.10.0"
Expand All @@ -41,7 +41,7 @@ pre-commit = "^2.20.0"
sphinx = "^6.0.0"
sphinx-click = "^4.4.0"
sphinxnotes-markdown-builder = "^0.5.6"
poethepoet = ">=0.17.1,<0.27.0"
poethepoet = ">=0.17.1,<0.28.0"
gfm-toc = "^0.0.7"
pytest-xdist = "^3.4.0"

Expand Down

0 comments on commit 645dfa4

Please sign in to comment.