Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group across 1 directory with 5 updates #531

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the all group with 5 updates in the / directory:

Package From To
copier 9.2.0 9.3.0
jsondiff 2.0.0 2.1.1
ruff 0.4.8 0.5.0
mypy 1.10.0 1.10.1
poethepoet 0.26.1 0.27.0

Updates copier from 9.2.0 to 9.3.0

Release notes

Sourced from copier's releases.

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file
Changelog

Sourced from copier's changelog.

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file
Commits
  • 448dd4f bump: version 9.2.0 → 9.3.0
  • 98e58d7 style: autoformat with pre-commit
  • ab81b62 ci: enable autofix.ci
  • 798d7aa docs: Fix README callout (#1651)
  • 7bc1548 build(jinja2): update dependency
  • 2175178 fix(tasks): do not consider unsafe if they are being skipped
  • 8f5b627 build(deps-dev): bump poethepoet from 0.26.1 to 0.27.0
  • c2e3f86 build(deps): bump dunamai from 1.21.1 to 1.21.2
  • 409174a ci(pre-commit): auto-fix style problems (#1676)
  • 40047f4 ci: auto-update nix flake lock
  • Additional commits viewable in compare view

Updates jsondiff from 2.0.0 to 2.1.1

Release notes

Sourced from jsondiff's releases.

2.1.1 -- Fix pypi publish

No functional changes since 2.1.0. This fixes the pypi PKG-INFO.

2.1.0

What's Changed

New Contributors

Full Changelog: xlwings/jsondiff@2.0.0...2.1.0

Changelog

Sourced from jsondiff's changelog.

2.1.1 (Jun, 28th 2024)

Fix pypi release readme formatting

2.1.0 (Jun, 28th 2024)

Minimal conversion to pytest+hypothesis by @​mgorny in #52 Added simple equality operator for class Symbol by @​GregoirePelegrin in #55 jsondiff: fix symbol equality by @​corytodd in #61 ci: add pytest workflow by @​corytodd in #63 setup.py: migrate to pyproject.toml by @​corytodd in #65 fix: better diffing of empty containers by @​corytodd in #64 add rightonly jsondiff syntax by @​ramwin in #60 Introduce YAML support by @​corytodd in #67 packaging: revert to requirements files by @​corytodd in #69 cli: handle deserialization errors by @​corytodd in #72 ci: upload to pypi on github release by @​corytodd in #77

Commits
  • 4028d66 fix: unhappy readme formatting
  • 003977a Merge pull request #77 from corytodd/ci-publish-on-gh-release
  • fc29d2a add build to dev dependencies
  • c8ee5c3 ci: upload to pypi on github release
  • 6886210 cli: handle deserialization errors
  • a33a371 cli: handle malformed input files
  • d446c2f introduce Serializer class
  • 00e3dc8 Merge pull request #69 from corytodd/corytodd/revert-to-requirements-files
  • 8f0563e ci: update test prep setup
  • 07abb93 packaging: switch back to requirements.txt
  • Additional commits viewable in compare view

Updates ruff from 0.4.8 to 0.5.0

Release notes

Sourced from ruff's releases.

0.5.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits
  • 244b923 Add necessary permissions for cargo-dist Docker build (#12072)
  • a8b48fc Release v0.5.0 (#12068)
  • 04c8597 [flake8-simplify] Stabilize detection of Yoda conditions for "constant" col...
  • 4029a25 [Ruff v0.5] Stabilise 15 pylint rules (#12051)
  • 0917ce1 Update documentation to mention etcetera crate instead of dirs for user c...
  • 22cebdf Add server config to filter out syntax error diagnostics (#12059)
  • 72b6c26 Simplify LinterResult, avoid cloning ParseError (#11903)
  • 73851e7 Avoid displaying syntax error as log message (#11902)
  • e7b4969 Remove E999 as a rule, disallow any disablement methods for syntax error (#...
  • c98d8a0 [pyflakes] Stabilize detection of is comparisons to lists, etc. (F632) (#...
  • Additional commits viewable in compare view

Updates mypy from 1.10.0 to 1.10.1

Changelog

Sourced from mypy's changelog.

Mypy 1.10.1

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alex Waygood
  • Ali Hamdan
  • Edward Paget
  • Evgeniy Slobodkin
  • Hashem
  • hesam
  • Hugo van Kemenade
  • Ihor
  • James Braza
  • Jelle Zijlstra
  • jhance
  • Jukka Lehtosalo
  • Loïc Simon
  • Marc Mueller
  • Matthieu Devlin
  • Michael R. Crusoe
  • Nikita Sobolev
  • Oskari Lehto
  • Riccardo Di Maio
  • Richard Si
  • roberfi
  • Roman Solomatin
  • Sam Xifaras
  • Shantanu
  • Spencer Brown
  • Srinivas Lade
  • Tamir Duberstein
  • youkaichao

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.9

We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Breaking Changes

Because the version of typeshed we use in mypy 1.9 doesn't support 3.7, neither does mypy 1.9. (Jared Hance, PR 16883)

... (truncated)

Commits
  • c28b525 [1.10 backport] Fix error reporting on cached run after uninstallation of thi...
  • See full diff in compare view

Updates poethepoet from 0.26.1 to 0.27.0

Release notes

Sourced from poethepoet's releases.

0.27.0

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.0` |
| [jsondiff](https://github.com/xlwings/jsondiff) | `2.0.0` | `2.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.5.0` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.26.1` | `0.27.0` |



Updates `copier` from 9.2.0 to 9.3.0
- [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.0)

Updates `jsondiff` from 2.0.0 to 2.1.1
- [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.1.1)

Updates `ruff` from 0.4.8 to 0.5.0
- [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.0)

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

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-patch
  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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/all-9211c79338 branch July 8, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants