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 pip-version-updates group across 1 directory with 20 updates #222

Closed

Commits on Oct 7, 2024

  1. chore(deps): Bump the pip-version-updates group across 1 directory wi…

    …th 20 updates
    
    Bumps the pip-version-updates group with 19 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) | `4.6.0` | `5.0.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.9` |
    | [safety](https://github.com/pyupio/safety) | `3.2.7` | `3.2.8` |
    | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
    | [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
    | [debugpy](https://github.com/microsoft/debugpy) | `1.8.5` | `1.8.6` |
    | [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.1` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.4.0` | `8.5.0` |
    | [jupyter-client](https://github.com/jupyter/jupyter_client) | `8.6.2` | `8.6.3` |
    | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
    | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
    | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.47` | `3.0.48` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` |
    | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` |
    | [pywin32](https://github.com/mhammond/pywin32) | `306` | `307` |
    | [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.9.2` |
    | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.6` |
    | [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.20.2` |
    
    
    
    Updates `pre-commit-hooks` from 4.6.0 to 5.0.0
    - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    
    Updates `pytest` from 8.3.2 to 8.3.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@8.3.2...8.3.3)
    
    Updates `ruff` from 0.6.3 to 0.6.9
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.6.3...0.6.9)
    
    Updates `safety` from 3.2.7 to 3.2.8
    - [Release notes](https://github.com/pyupio/safety/releases)
    - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
    - [Commits](pyupio/safety@3.2.7...3.2.8)
    
    Updates `cffi` from 1.17.0 to 1.17.1
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.17.0...v1.17.1)
    
    Updates `cryptography` from 43.0.0 to 43.0.1
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.0...43.0.1)
    
    Updates `debugpy` from 1.8.5 to 1.8.6
    - [Release notes](https://github.com/microsoft/debugpy/releases)
    - [Commits](microsoft/debugpy@v1.8.5...v1.8.6)
    
    Updates `identify` from 2.6.0 to 2.6.1
    - [Commits](pre-commit/identify@v2.6.0...v2.6.1)
    
    Updates `importlib-metadata` from 8.4.0 to 8.5.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v8.4.0...v8.5.0)
    
    Updates `jupyter-client` from 8.6.2 to 8.6.3
    - [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.6.2...v8.6.3)
    
    Updates `mdit-py-plugins` from 0.4.1 to 0.4.2
    - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
    - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
    - [Commits](executablebooks/mdit-py-plugins@v0.4.1...v0.4.2)
    
    Updates `platformdirs` from 4.2.2 to 4.3.6
    - [Release notes](https://github.com/tox-dev/platformdirs/releases)
    - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
    - [Commits](tox-dev/platformdirs@4.2.2...4.3.6)
    
    Updates `prompt-toolkit` from 3.0.47 to 3.0.48
    - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
    - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
    - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.47...3.0.48)
    
    Updates `pydantic` from 2.8.2 to 2.9.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.8.2...v2.9.2)
    
    Updates `pydantic-core` from 2.20.1 to 2.23.4
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.4)
    
    Updates `pytz` from 2024.1 to 2024.2
    - [Release notes](https://github.com/stub42/pytz/releases)
    - [Commits](stub42/pytz@release_2024.1...release_2024.2)
    
    Updates `pywin32` from 306 to 307
    - [Release notes](https://github.com/mhammond/pywin32/releases)
    - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt)
    - [Commits](https://github.com/mhammond/pywin32/commits)
    
    Updates `rich` from 13.8.0 to 13.9.2
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](Textualize/rich@v13.8.0...v13.9.2)
    
    Updates `virtualenv` from 20.26.3 to 20.26.6
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.26.3...20.26.6)
    
    Updates `zipp` from 3.20.1 to 3.20.2
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.20.1...v3.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit-hooks
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: pip-version-updates
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: safety
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: cffi
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: cryptography
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: debugpy
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: identify
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: importlib-metadata
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: jupyter-client
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: mdit-py-plugins
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: platformdirs
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: prompt-toolkit
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: pydantic
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: pydantic-core
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: pytz
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: pywin32
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: pip-version-updates
    - dependency-name: rich
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pip-version-updates
    - dependency-name: virtualenv
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: pip-version-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e4733cc View commit details
    Browse the repository at this point in the history