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

Bump the poetry-dependencies group with 15 updates #67

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps the poetry-dependencies group with 15 updates:

Package From To
black 23.10.0 23.10.1
ruff 0.1.1 0.1.3
pytest 7.4.2 7.4.3
xdoctest 1.1.1 1.1.2
ipykernel 6.25.2 6.26.0
asttokens 2.4.0 2.4.1
babel 2.13.0 2.13.1
charset-normalizer 3.3.0 3.3.1
executing 2.0.0 2.0.1
filelock 3.12.4 3.13.0
identify 2.5.30 2.5.31
jupyter-client 8.4.0 8.5.0
ruamel-yaml 0.17.40 0.18.3
traitlets 5.11.2 5.12.0
virtualenv 20.24.5 20.24.6

Updates black from 23.10.0 to 23.10.1

Release notes

Sourced from black's releases.

23.10.1

Highlights

  • Maintanence release to get a fix out for GitHub Action edge case (#3957)

Preview style

  • Fix merging implicit multiline strings that have inline comments (#3956)
  • Allow empty first line after block open before a comment or compound statement (#3967)

Packaging

  • Change Dockerfile to hatch + compile black (#3965)

Integrations

  • The summary output for GitHub workflows is now suppressible using the summary parameter. (#3958)
  • Fix the action failing when Black check doesn't pass (#3957)

Documentation

Changelog

Sourced from black's changelog.

23.10.1

Highlights

  • Maintenance release to get a fix out for GitHub Action edge case (#3957)

Preview style

  • Fix merging implicit multiline strings that have inline comments (#3956)
  • Allow empty first line after block open before a comment or compound statement (#3967)

Packaging

  • Change Dockerfile to hatch + compile black (#3965)

Integrations

  • The summary output for GitHub workflows is now suppressible using the summary parameter. (#3958)
  • Fix the action failing when Black check doesn't pass (#3957)

Documentation

Commits

Updates ruff from 0.1.1 to 0.1.3

Release notes

Sourced from ruff's releases.

v0.1.3

This release includes a variety of improvements to the Ruff formatter (available now as ruff format), removing several known and unintentional deviations from Black.

Changes

Formatter

  • Avoid space around pow for None, True and False (#8189)
  • Avoid sorting all paths in the format command (#8181)
  • Insert necessary blank line between class and leading comments (#8224)
  • Avoid introducing new parentheses in annotated assignments (#8233)
  • Refine the warnings about incompatible linter options (#8196)
  • Add test and basic implementation for formatter preview mode (#8044)
  • Refine warning about incompatible isort settings (#8192)
  • Only omit optional parentheses for starting or ending with parentheses (#8238)
  • Use source type to determine parser mode for formatting (#8205)
  • Don't warn about magic trailing comma when isort.force-single-line is true (#8244)
  • Use SourceKind::diff for formatter (#8240)
  • Fix fmt:off with trailing child comment (#8234)
  • Formatter parentheses support for IpyEscapeCommand (#8207)

Linter

  • [pylint] Add buffer methods to bad-dunder-method-name (PLW3201) exclusions (#8190)
  • Match rule prefixes from external codes setting in unused-noqa (#8177)
  • Use line-length setting for isort in lieu of pycodestyle.max-line-length (#8235)
  • Update fix for unnecessary-paren-on-raise-exception to unsafe for unknown types (#8231)
  • Correct quick fix message for W605 (#8255)

Documentation

  • Fix typo in max-doc-length documentation (#8201)
  • Improve documentation around linter-formatter conflicts (#8257)
  • Fix link to error suppression documentation in unused-noqa (#8172)
  • Add external option to unused-noqa documentation (#8171)
  • Add title attribute to icons (#8060)
  • Clarify unsafe case in RSE102 (#8256)
  • Fix skipping formatting examples (#8210)
  • docs: fix name of magic-trailing-comma option in README (#8200)
  • Add note about scope of rule changing in versioning policy (#8169)
  • Document: Fix default lint rules (#8218)
  • Fix a wrong setting in configuration.md (#8186)
  • Fix misspelled TOML headers in the tutorial (#8209)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.1.3

This release includes a variety of improvements to the Ruff formatter, removing several known and unintentional deviations from Black.

Formatter

  • Avoid space around pow for None, True and False (#8189)
  • Avoid sorting all paths in the format command (#8181)
  • Insert necessary blank line between class and leading comments (#8224)
  • Avoid introducing new parentheses in annotated assignments (#8233)
  • Refine the warnings about incompatible linter options (#8196)
  • Add test and basic implementation for formatter preview mode (#8044)
  • Refine warning about incompatible isort settings (#8192)
  • Only omit optional parentheses for starting or ending with parentheses (#8238)
  • Use source type to determine parser mode for formatting (#8205)
  • Don't warn about magic trailing comma when isort.force-single-line is true (#8244)
  • Use SourceKind::diff for formatter (#8240)
  • Fix fmt:off with trailing child comment (#8234)
  • Formatter parentheses support for IpyEscapeCommand (#8207)

Linter

  • [pylint] Add buffer methods to bad-dunder-method-name (PLW3201) exclusions (#8190)
  • Match rule prefixes from external codes setting in unused-noqa (#8177)
  • Use line-length setting for isort in lieu of pycodestyle.max-line-length (#8235)
  • Update fix for unnecessary-paren-on-raise-exception to unsafe for unknown types (#8231)
  • Correct quick fix message for W605 (#8255)

Documentation

  • Fix typo in max-doc-length documentation (#8201)
  • Improve documentation around linter-formatter conflicts (#8257)
  • Fix link to error suppression documentation in unused-noqa (#8172)
  • Add external option to unused-noqa documentation (#8171)
  • Add title attribute to icons (#8060)
  • Clarify unsafe case in RSE102 (#8256)
  • Fix skipping formatting examples (#8210)
  • docs: fix name of magic-trailing-comma option in README (#8200)
  • Add note about scope of rule changing in versioning policy (#8169)
  • Document: Fix default lint rules (#8218)
  • Fix a wrong setting in configuration.md (#8186)
  • Fix misspelled TOML headers in the tutorial (#8209)

0.1.2

This release includes the Beta version of the Ruff formatter — an extremely fast, Black-compatible Python formatter. Try it today with ruff format! Check out the blog post and read the docs.

Preview features

... (truncated)

Commits
  • 3e7b929 Bump version to v0.1.3 (#8259)
  • 25d4dda Add title attribute to icons (#8060)
  • 63a5a12 Improve documentation around linter-formatter conflicts (#8257)
  • c32f943 Don't warn about magic trailing comma when isort.force-single-line is true ...
  • d211074 Clarify unsafe case in RSE102 (#8256)
  • 4ffd4ed Correct quick fix message for W605 (#8255)
  • a4dd1e5 Refine the warnings about incompatible linter options (#8196)
  • be3307e Make unnecessary-paren-on-raise-exception an unsafe edit (#8231)
  • 317d3dd Add test and basic implementation for formatter preview mode (#8044)
  • f5e8507 Only omit optional parentheses for starting or ending with parentheses (#8238)
  • Additional commits viewable in compare view

Updates pytest from 7.4.2 to 7.4.3

Release notes

Sourced from pytest's releases.

pytest 7.4.3 (2023-10-24)

Bug Fixes

  • #10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.

  • #11239: Fixed := in asserts impacting unrelated test cases.

  • #11439: Handled an edge case where :data:sys.stderr might already be closed when :ref:faulthandler is tearing down.

Commits
  • 2390610 Tweak changelog.rst
  • a0714aa Prepare release version 7.4.3
  • 44ad1c9 [7.4.x] fix #10447 - consider marks in reverse mro order to give base classes...
  • 5dc7725 [7.4.x] Ensure logging tests always cleanup after themselves (#11541)
  • a517827 [7.4.x] Configure ReadTheDocs to fail on warnings (#11540)
  • 21fe071 [7.4.x] fix for ValueError raised in faulthandler teardown code (#11455)
  • f8bb857 Force terminal width when running tests (#11425) (#11432)
  • 1944dc0 [7.4.x] Fix --import-mode=importlib when root contains __init__.py file (#1...
  • 946634c Merge pull request #11419 from nicoddemus/backport-11414-to-7.4.x
  • d849a3e [7.4.x] fix: closes #11343's [attr-defined] type errors (#11421)
  • Additional commits viewable in compare view

Updates xdoctest from 1.1.1 to 1.1.2

Release notes

Sourced from xdoctest's releases.

Version 1.1.2 - Released 2023-010-25

Added

  • Partial support for 3.12. New f-string syntax is not supported yet.

Changed

  • Removed dependency on six and got rid of old Python 2 logic
Changelog

Sourced from xdoctest's changelog.

Version 1.1.2 - Released 2023-010-25

Added

  • Partial support for 3.12. New f-string syntax is not supported yet.

Changed

  • Removed dependency on six and got rid of old Python 2 logic
Commits

Updates ipykernel from 6.25.2 to 6.26.0

Release notes

Sourced from ipykernel's releases.

v6.26.0

6.26.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​pre-commit-ci

Changelog

Sourced from ipykernel's changelog.

6.26.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​pre-commit-ci

Commits

Updates asttokens from 2.4.0 to 2.4.1

Commits
  • ffb885b Merge pull request #126 from PeterJCLaw/astroid-v3
  • 5626ce3 Fix copy/pasta error
  • df58feb Merge pull request #119 from gristlabs/dependabot/pip/docs/urllib3-2.0.7
  • 55e6cf1 Merge pull request #123 from PeterJCLaw/python-3.12-released
  • 3250b11 Merge pull request #127 from PeterJCLaw/various-whitespace
  • 6179e93 Test on the released version of Python 3.12
  • c4b9862 Bump urllib3 from 2.0.4 to 2.0.7 in /docs
  • 40eb115 Add an EditorConfig for this repo's style
  • 3fec7aa Remove various trailing whitespace
  • f0f61c7 Test all supported astroid versions in CI
  • Additional commits viewable in compare view

Updates babel from 2.13.0 to 2.13.1

Release notes

Sourced from babel's releases.

Version 2.13.1

What's Changed

New Contributors

Full Changelog: python-babel/babel@v2.13.0...v2.13.1


PyPI: https://pypi.org/project/Babel/2.13.1/

Changelog

Sourced from babel's changelog.

Version 2.13.1

This is a patch release to fix a few bugs.

Fixes


* Fix a typo in ``_locales_to_names`` by @Dl84 in :gh:`1038` (issue :gh:`1037`)
* Fix ``setuptools`` dependency for Python 3.12 by @opryprin in :gh:`1033`
Commits
  • 65de3dc Prepare for 2.13.1 release
  • 139dc11 Fix _locales_to_names: Call str() on the parameter variable instead of the mo...
  • eeb2feb Depend on setuptools since Python 3.12
  • See full diff in compare view

Updates charset-normalizer from 3.3.0 to 3.3.1

Release notes

Sourced from charset-normalizer's releases.

Version 3.3.1

3.3.1 (2023-10-22)

Changed

  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community
Changelog

Sourced from charset-normalizer's changelog.

3.3.1 (2023-10-22)

Changed

  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community
Commits
  • 5208644 🔖 Release 3.3.1 (#367)
  • 66966f1 ❇️ Improve the detection around some cases (#366)
  • 49653a6 ⬆️ Bump actions/setup-python from 4.7.0 to 4.7.1 (#359)
  • f6a66ed ⬆️ Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#361)
  • bace468 ⬆️ Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#362)
  • f0e1755 ⬆️ Bump github/codeql-action from 2.21.9 to 2.22.3 (#363)
  • 749ed7f ⬆️ Bump mypy from 1.5.1 to 1.6.0 (#364)
  • See full diff in compare view

Updates executing from 2.0.0 to 2.0.1

Commits

Updates filelock from 3.12.4 to 3.13.0

Release notes

Sourced from filelock's releases.

3.13.0

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.12.4...3.13.0

Commits
  • 3e3455e Support reentrant locking on lock file path via optional singleton instance (...
  • 16f2a93 [pre-commit.ci] pre-commit autoupdate (#281)
  • 0e72219 [pre-commit.ci] pre-commit autoupdate (#280)
  • 25a2f0d [pre-commit.ci] pre-commit autoupdate (#278)
  • f2885d1 [pre-commit.ci] pre-commit autoupdate (#277)
  • See full diff in compare view

Updates identify from 2.5.30 to 2.5.31

Commits
  • 15adaae v2.5.31
  • 4040735 Merge pull request #423 from DLu/add_xacro
  • 06c03a2 Add xacro extension
  • 1af0146 Merge pull request #422 from pre-commit/pre-commit-ci-update-config
  • 33d33c7 [pre-commit.ci] pre-commit autoupdate
  • 6f935ca Merge pull request #420 from pre-commit/pre-commit-ci-update-config
  • 0df6bf6 [pre-commit.ci] pre-commit autoupdate
  • 0659a55 Merge pull request #419 from pre-commit/pre-commit-ci-update-config
  • 5d20764 [pre-commit.ci] pre-commit autoupdate
  • 5bf958a Merge pull request #417 from pre-commit/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates jupyter-client from 8.4.0 to 8.5.0

Release notes

Sourced from jupyter-client's releases.

v8.5.0

8.5.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau

Changelog

Sourced from jupyter-client's changelog.

8.5.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau

Commits

Updates ruamel-yaml from 0.17.40 to 0.18.3

Updates traitlets from 5.11.2 to 5.12.0

Release notes

Sourced from traitlets's releases.

v5.12.0

5.12.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​bollwyvl | @​fleming79 | @​pre-commit-ci | @​shadchin

Changelog

Sourced from traitlets's changelog.

5.12.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​bollwyvl | @​fleming79 | @​pre-commit-ci | @​shadchin

Commits

Updates virtualenv from 20.24.5 to 20.24.6

Release notes

Sourced from virtualenv's releases.

20.24.6

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.24.5...20.24.6

Changelog

Sourced from virtualenv's changelog.

v20.24.6 (2023-10-23)

Bugfixes - 20.24.6

- Use get_hookimpls method instead of the private attribute in tests. (:issue:`2649`)
- Upgrade embedded wheels:
  • setuptools to 68.2.2 from 68.2.0
  • pip to 23.3.1 from 23.2.1 (:issue:2656)
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 poetry-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `23.10.0` | `23.10.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.1` | `0.1.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` |
| [xdoctest](https://github.com/Erotemic/xdoctest) | `1.1.1` | `1.1.2` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.25.2` | `6.26.0` |
| [asttokens](https://github.com/gristlabs/asttokens) | `2.4.0` | `2.4.1` |
| [babel](https://github.com/python-babel/babel) | `2.13.0` | `2.13.1` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.0` | `3.3.1` |
| [executing](https://github.com/alexmojaki/executing) | `2.0.0` | `2.0.1` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.12.4` | `3.13.0` |
| [identify](https://github.com/pre-commit/identify) | `2.5.30` | `2.5.31` |
| [jupyter-client](https://github.com/jupyter/jupyter_client) | `8.4.0` | `8.5.0` |
| [ruamel-yaml]() | `0.17.40` | `0.18.3` |
| [traitlets](https://github.com/ipython/traitlets) | `5.11.2` | `5.12.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.24.5` | `20.24.6` |


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

Updates `ruff` from 0.1.1 to 0.1.3
- [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.1.1...v0.1.3)

Updates `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

Updates `xdoctest` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](Erotemic/xdoctest@v1.1.1...v1.1.2)

Updates `ipykernel` from 6.25.2 to 6.26.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.25.2...v6.26.0)

Updates `asttokens` from 2.4.0 to 2.4.1
- [Commits](gristlabs/asttokens@v2.4.0...v2.4.1)

Updates `babel` from 2.13.0 to 2.13.1
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.13.0...v2.13.1)

Updates `charset-normalizer` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.0...3.3.1)

Updates `executing` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/alexmojaki/executing/releases)
- [Commits](alexmojaki/executing@v2.0.0...v2.0.1)

Updates `filelock` from 3.12.4 to 3.13.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.12.4...3.13.0)

Updates `identify` from 2.5.30 to 2.5.31
- [Commits](pre-commit/identify@v2.5.30...v2.5.31)

Updates `jupyter-client` from 8.4.0 to 8.5.0
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v8.4.0...v8.5.0)

Updates `ruamel-yaml` from 0.17.40 to 0.18.3

Updates `traitlets` from 5.11.2 to 5.12.0
- [Release notes](https://github.com/ipython/traitlets/releases)
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md)
- [Commits](ipython/traitlets@v5.11.2...v5.12.0)

Updates `virtualenv` from 20.24.5 to 20.24.6
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.24.5...20.24.6)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: xdoctest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: ipykernel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry-dependencies
- dependency-name: asttokens
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: babel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: charset-normalizer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: executing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: filelock
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: poetry-dependencies
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
- dependency-name: jupyter-client
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: poetry-dependencies
- dependency-name: ruamel-yaml
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: poetry-dependencies
- dependency-name: traitlets
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: poetry-dependencies
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: poetry-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

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

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/poetry-dependencies-0661480afe branch November 6, 2023 06:43
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants