Skip to content

build(deps): bump the minor-and-patch group with 7 updates #643

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

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
coverage 7.7.1 7.8.0
flake8 7.1.2 7.2.0
orjson 3.10.15 3.10.16
pycodestyle 2.12.1 2.13.0
pyflakes 3.2.0 3.3.1
python-dotenv 1.0.1 1.1.0
rpds-py 0.23.1 0.24.0

Updates coverage from 7.7.1 to 7.8.0

Changelog

Sourced from coverage's changelog.

Version 7.8.0 — 2025-03-30

  • Added a new source_dirs setting for symmetry with the existing source_pkgs setting. It's preferable to the existing source setting, because you'll get a clear error when directories don't exist. Fixes issue 1942. Thanks, Jeremy Fleischman <pull 1943_>.

  • Fix: the PYTHONSAFEPATH environment variable new in Python 3.11 is properly supported, closing issue 1696. Thanks, Philipp A. <pull 1700_>. This works properly except for a detail when using the coverage command on Windows. There you can use python -m coverage instead if you need exact emulation.

.. _issue 1696: nedbat/coveragepy#1696 .. _pull 1700: nedbat/coveragepy#1700 .. _issue 1942: nedbat/coveragepy#1942 .. _pull 1943: nedbat/coveragepy#1943

.. _changes_7-7-1:

Commits
  • 6d5ced9 docs: sample HTML for 7.8.0
  • 49c194f docs: prep for 7.8.0
  • 38782cb docs: finish up source_dirs. bump to 7.8.0
  • 7aea2f3 feat: add new source_dirs option (#1943)
  • f464155 test: some simple bytecode tests
  • cf1dec0 refactor: these pypy modules are available in all our versions
  • a876052 test: a general helper for iterating over our own source files
  • 82cff3e perf: sets are better than lists
  • a66bd61 refactor: move bytecode code into bytecode.py
  • d64ce5f chore: bump the action-dependencies group with 3 updates (#1940)
  • Additional commits viewable in compare view

Updates flake8 from 7.1.2 to 7.2.0

Commits

Updates orjson from 3.10.15 to 3.10.16

Release notes

Sourced from orjson's releases.

3.10.16

Changed

  • Improve performance of serialization on amd64 machines with AVX-512.
  • ABI compatibility with CPython 3.14 alpha 6.
  • Drop support for Python 3.8.
  • Publish additional PyPI wheels for macOS that target only aarch64, macOS 15, and recent Python.
Changelog

Sourced from orjson's changelog.

3.10.16

Changed

  • Improve performance of serialization on amd64 machines with AVX-512.
  • ABI compatibility with CPython 3.14 alpha 6.
  • Drop support for Python 3.8.
  • Publish additional PyPI wheels for macOS that target only aarch64, macOS 15, and recent Python.
Commits
  • 1d8b352 3.10.16
  • b0a91df Use function pointers for AVX-512 path
  • 56d6457 Fix various lints and set debug_asserts
  • 53d137e pydict_setitem!()
  • 5ae468a ABI compatibility with CPython 3.14 PyASCIIObject.state
  • 5b2481d build maintenance, check-pypi, drop support for 3.8
  • See full diff in compare view

Updates pycodestyle from 2.12.1 to 2.13.0

Changelog

Sourced from pycodestyle's changelog.

2.13.0 (2025-03-29)

Changes:

  • Improve performance. PR #1254. PR #1255.
  • Drop EOL python 3.8. PR #1267.
  • E251: fix false positive for PEP 696 defaults. PR #1278. PR #1279.
Commits
  • 3f52426 Release 2.13.0
  • 1105b25 Merge pull request #1279 from PyCQA/pep696-pt2
  • 778d00d handle PEP 696 generics without bounds
  • 24ce381 Merge pull request #1278 from PyCQA/pep696
  • 30627b3 add support for PEP 696 generic defaults
  • b852994 Merge pull request #1275 from PyCQA/pre-commit-ci-update-config
  • 5f7b5d2 [pre-commit.ci] pre-commit autoupdate
  • 368d9dc Merge pull request #1272 from PyCQA/pre-commit-ci-update-config
  • bf4c16d [pre-commit.ci] pre-commit autoupdate
  • 887b89d Merge pull request #1268 from PyCQA/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates pyflakes from 3.2.0 to 3.3.1

Changelog

Sourced from pyflakes's changelog.

3.3.1 (2025-03-30)

  • Allow assignment expressions to redefine annotations (regressed in 3.3.0)

3.3.0 (2025-03-29)

  • Add __debuggerskip__ as a special local
  • Allow assignment expressions to redefine outer names
  • Drop support for EOL python 3.8
  • Add new error for unused global / nonlocal names
Commits

Updates python-dotenv from 1.0.1 to 1.1.0

Release notes

Sourced from python-dotenv's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.0.1...v1.1.0

Changelog

Sourced from python-dotenv's changelog.

[1.1.0] - 2025-03-25

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling (#523) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb (#553 by [@​randomseed42])

Misc

  • Drop support for Python 3.8
Commits

Updates rpds-py from 0.23.1 to 0.24.0

Release notes

Sourced from rpds-py's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.23.1...v0.24.0

Commits
  • c89ed6d Release v0.24.0
  • 355b9b7 Merge branch 'pypy311'
  • 187d6cd PyPy3.11 appears not to work even on Windows x64 quite yet.
  • a3118d0 Build for PyPy 3.11
  • db578a1 Don't fail fast on wheel builds.
  • cada83c Update requirements.
  • eee5ed6 Merge pull request #125 from marmoute/pypy3311
  • 7c285ce Merge pull request #123 from crate-py/dependabot/cargo/pyo3-0.24.0
  • fadf752 noxfile: mark pypy 3.11 as supported
  • fb4741b Merge pull request #124 from ngoldbaum/setup-python-ft
  • Additional commits viewable 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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.7.1` | `7.8.0` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.15` | `3.10.16` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.12.1` | `2.13.0` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.2.0` | `3.3.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.24.0` |


Updates `coverage` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.7.1...7.8.0)

Updates `flake8` from 7.1.2 to 7.2.0
- [Commits](PyCQA/flake8@7.1.2...7.2.0)

Updates `orjson` from 3.10.15 to 3.10.16
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.15...3.10.16)

Updates `pycodestyle` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.12.1...2.13.0)

Updates `pyflakes` from 3.2.0 to 3.3.1
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.2.0...3.3.1)

Updates `python-dotenv` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0)

Updates `rpds-py` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: orjson
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pycodestyle
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pyflakes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: python-dotenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rpds-py
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 31, 2025
@gadomski gadomski merged commit b1872a5 into main Mar 31, 2025
8 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-952c3ec5b8 branch March 31, 2025 13:07
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