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

build(deps): bump the minor-and-patch group with 6 updates #634

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the minor-and-patch group with 6 updates:

Package From To
deepdiff 8.2.0 8.3.0
identify 2.6.8 2.6.9
jinja2 3.1.5 3.1.6
starlette 0.46.0 0.46.1
virtualenv 20.29.2 20.29.3
websockets 15.0 15.0.1

Updates deepdiff from 8.2.0 to 8.3.0

Commits
  • 6e1ae67 Bump version: 8.2.0 → 8.3.0
  • 65714eb Merge pull request #523 from seperman/dev
  • 75c0cd9 fixing the typing
  • c05467c updating docs
  • b4b29d5 fixing how we use to_json for commands
  • 4f34fe2 adding mypy.ini but there are still way too many mypy errors
  • 661c3b9 fixing some types based on pyright report
  • a7b4a45 Merge branch 'dev' of github.com:seperman/deepdiff into dev
  • 142c260 adding summarization
  • 5895ad3 Merge pull request #522 from DominicOram/master
  • Additional commits viewable in compare view

Updates identify from 2.6.8 to 2.6.9

Commits

Updates jinja2 from 3.1.5 to 3.1.6

Release notes

Sourced from jinja2's releases.

3.1.6

This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Jinja2/3.1.6/ Changes: https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6

  • The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. GHSA-cpwx-vrp4-4pq7
Changelog

Sourced from jinja2's changelog.

Version 3.1.6

Released 2025-03-05

  • The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7
Commits

Updates starlette from 0.46.0 to 0.46.1

Release notes

Sourced from starlette's releases.

Version 0.46.1

Fixed

  • Allow relative directory path when follow_symlinks=True #2896.

Full Changelog: encode/starlette@0.46.0...0.46.1

Changelog

Sourced from starlette's changelog.

0.46.1 (March 8, 2025)

Fixed

  • Allow relative directory path when follow_symlinks=True #2896.
Commits

Updates virtualenv from 20.29.2 to 20.29.3

Release notes

Sourced from virtualenv's releases.

20.29.3

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.2...20.29.3

Changelog

Sourced from virtualenv's changelog.

v20.29.3 (2025-03-06)

Bugfixes - 20.29.3

- Ignore unreadable directories in ``PATH``. (:issue:`2794`)
Commits
  • b1666e9 release 20.29.3
  • e05b286 Merge pull request #2853 from pypa/pre-commit-ci-update-config
  • d6bc4a9 [pre-commit.ci] pre-commit autoupdate
  • 1fc647e Merge pull request #2852 from barneygale/fix-2794
  • 4567521 Add changelog entry
  • 220b6b8 Add test
  • ee9d84c Ignore directories in PATH that can't be opened (#2794)
  • 7365ad2 Merge pull request #2849 from tipabu/logging-interpolation
  • 5b74c9a Merge pull request #2850 from shenxianpeng/remove-duplicate-template
  • ca5935a Remove duplicate bug report template
  • Additional commits viewable in compare view

Updates websockets from 15.0 to 15.0.1

Release notes

Sourced from websockets's releases.

15.0.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 37c9bc0 Release version 15.0.1.
  • fce02ab Docs. Correct Producer pattern example.
  • 5fa24bb Exit cleanly the interactive client on ^C.
  • d0e60d3 Remove spurious PYTHONPATH declarations.
  • d7dafcc Add test coverage for interactive client.
  • 3c62503 Use entrypoint instead of runpy in docs.
  • f4e4345 added entry point script for the cli client in the pyproject.toml
  • 6f89bac Start version 15.1.
  • See full diff in compare view

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 minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [deepdiff](https://github.com/seperman/deepdiff) | `8.2.0` | `8.3.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.8` | `2.6.9` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.5` | `3.1.6` |
| [starlette](https://github.com/encode/starlette) | `0.46.0` | `0.46.1` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.29.2` | `20.29.3` |
| [websockets](https://github.com/python-websockets/websockets) | `15.0` | `15.0.1` |


Updates `deepdiff` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/seperman/deepdiff/releases)
- [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
- [Commits](seperman/deepdiff@8.2.0...8.3.0)

Updates `identify` from 2.6.8 to 2.6.9
- [Commits](pre-commit/identify@v2.6.8...v2.6.9)

Updates `jinja2` from 3.1.5 to 3.1.6
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.5...3.1.6)

Updates `starlette` from 0.46.0 to 0.46.1
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.46.0...0.46.1)

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

Updates `websockets` from 15.0 to 15.0.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@15.0...15.0.1)

---
updated-dependencies:
- dependency-name: deepdiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jinja2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: starlette
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: websockets
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 10, 2025
@gadomski gadomski merged commit c6c0012 into main Mar 10, 2025
8 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-6ef806c7ba branch March 10, 2025 13:04
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.

1 participant