Skip to content

Bump the development-version-updates group across 1 directory with 12 updates#233

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-30188a03d4
Mar 29, 2025
Merged

Bump the development-version-updates group across 1 directory with 12 updates#233
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/development-version-updates-30188a03d4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 29, 2025

Bumps the development-version-updates group with 10 updates in the / directory:

Package From To
coverage 7.7.0 7.7.1
flake8 7.1.2 7.2.0
pylint 3.3.4 3.3.6
pytest-asyncio 0.25.3 0.26.0
pytest-postgresql 7.0.0 7.0.1
pre-commit 4.1.0 4.2.0
tox 4.24.2 4.25.0
iniconfig 2.0.0 2.1.0
platformdirs 4.3.6 4.3.7
tzdata 2025.1 2025.2

Updates coverage from 7.7.0 to 7.7.1

Changelog

Sourced from coverage's changelog.

Version 7.7.1 — 2025-03-21

  • A few small tweaks to the sys.monitoring support for Python 3.14. Please test!

.. _changes_7-7-0:

Commits
  • 5e0fd51 docs: sample HTML for 7.7.1
  • 9b82965 docs: prep for 7.7.1
  • 1be53a8 docs: add clarification about missing line numbers in the text report
  • 87bc26b refactor: use f-strings more
  • 7ea1535 refactor: remove some needless checks
  • f503dc5 perf: collect more stats in sysmon
  • 97e68a0 build: bump version to 7.7.1
  • See full diff in compare view

Updates flake8 from 7.1.2 to 7.2.0

Commits

Updates pylint from 3.3.4 to 3.3.6

Commits

Updates pytest-asyncio from 0.25.3 to 0.26.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.26.0

  • Adds configuration option that sets default event loop scope for all tests #793
  • Improved type annotations for pytest_asyncio.fixture #1045
  • Added typing-extensions as additional dependency for Python <3.10 #1045
Commits
  • 4f8ce45 docs: Prepare release of v0.26.0.
  • 498e8a7 Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default
  • 01c22ff build: Update project metadata to use SPDX license identifier
  • 78191c9 [pre-commit.ci] pre-commit autoupdate
  • 9a45551 Build(deps): Bump hypothesis in /dependencies/default
  • 6680409 Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/default
  • aa82c57 Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/default
  • cca587e [pre-commit.ci] pre-commit autoupdate
  • 5d90b29 Build(deps): Bump hypothesis in /dependencies/default
  • c262262 Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/default
  • Additional commits viewable in compare view

Updates pytest-postgresql from 7.0.0 to 7.0.1

Changelog

Sourced from pytest-postgresql's changelog.

7.0.1 (2025-03-19)

Bugfixes

  • Close postgresql connection after loading sql files.

    Fixes possible ResourceWarning

  • Fixed an issue, where defining load paths in ini/toml configuration would fail due to pytest's LocalPath not having an endswith method.

Commits
  • af4b9e6 Release 7.0.1
  • 8cfaaec Merge pull request #1111 from dmitryerr/fix-sql-connection
  • 9bb3f1b Add bugfix newsfragment
  • 15afd25 Merge pull request #1113 from dbfixtures/ini-load-test
  • 01cad87 Fix and test init load option check
  • 49b9b48 [pre-commit.ci] pre-commit autoupdate
  • d34d70e [pre-commit.ci] pre-commit autoupdate
  • fee1d66 fixup: closing connection when load sql files
  • 07dcd4a build(deps-dev): bump types-setuptools
  • f3f1dc9 build(deps-dev): bump types-setuptools
  • Additional commits viewable in compare view

Updates pre-commit from 4.1.0 to 4.2.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Commits
  • aa48766 v4.2.0
  • bf6f11d Merge pull request #3430 from pre-commit/preferential-sys-impl
  • 3e8d0f5 adjust python default_language_version to prefer versioned exe
  • ff7256c Merge pull request #3425 from tusharsadhwani/ambiguous-ref
  • b7eb412 fix: crash on ambiguous ref 'HEAD'
  • 7b88c63 Merge pull request #3404 from pre-commit/pre-commit-ci-update-config
  • 94b97e2 [pre-commit.ci] pre-commit autoupdate
  • 2f93b80 Merge pull request #3401 from pre-commit/pre-commit-ci-update-config
  • 4f90a1e [pre-commit.ci] pre-commit autoupdate
  • aba1ce0 Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
  • Additional commits viewable in compare view

Updates tox from 4.24.2 to 4.25.0

Release notes

Sourced from tox's releases.

4.25.0

What's Changed

Full Changelog: tox-dev/tox@4.24.2...4.25.0

Changelog

Sourced from tox's changelog.

v4.25.0 (2025-03-27)

Features - 4.25.0

- Add support for number ranges in generative environments, more details :ref:`here<generative-environment-list>`. - by :user:`mimre25` (:issue:`3502`)

Bugfixes - 4.25.0

  • Make tox tests pass with Python 3.14.0a6
    • by :user:hroncok (:issue:3500)
Commits

Updates iniconfig from 2.0.0 to 2.1.0

Release notes

Sourced from iniconfig's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: pytest-dev/iniconfig@v2.0.0...v2.1.0

Changelog

Sourced from iniconfig's changelog.

2.1.0

  • fix artifact building - pin minimal version of hatch
  • drop eol python 3.8
  • add python 3.12 and 3.13
Commits
  • 34793a6 pre-commit
  • 136435d update changelog
  • 0bb99ad fix #62: require a minimal hatch version with correct metadata
  • 16793ea Merge pull request #56 from hugovk/add-3.12
  • 3dc2b2d Add support for Python 3.13
  • 2eb8abf Bump GitHub Actions
  • 8c4bb5b Set python-version for pre-commit to remove CI warning
  • 58b22b2 Drop support for EOL Python 3.7
  • 4a53042 Add support for Python 3.12
  • 9cae431 Merge pull request #54 from webknjaz/patch-1
  • Additional commits viewable in compare view

Updates platformdirs from 4.3.6 to 4.3.7

Release notes

Sourced from platformdirs's releases.

4.3.7

What's Changed

Full Changelog: tox-dev/platformdirs@4.3.6...4.3.7

Commits

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.0

Changelog

Sourced from pyflakes's changelog.

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 tzdata from 2025.1 to 2025.2

Release notes

Sourced from tzdata's releases.

2025.2: Release of upstream tzdata 2025b

Version 2025.2

Upstream version 2025b released 2025-03-22T20:40:46+00:00

Briefly:

New zone for Aysén Region in Chile which moves from -04/-03 to -03.

Changes to future timestamps

Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging from America/Santiago and creating a new zone America/Coyhaique. (Thanks to Yonathan Dossow.) Model this as a change to standard offset effective 2025-03-20.

Changes to past timestamps

Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. (Thanks to Roozbeh Pournader.)

Changelog

Sourced from tzdata's changelog.

Version 2025.2

Upstream version 2025b released 2025-03-22T20:40:46+00:00

Briefly:

New zone for Aysén Region in Chile which moves from -04/-03 to -03.

Changes to future timestamps

Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging from America/Santiago and creating a new zone America/Coyhaique. (Thanks to Yonathan Dossow.) Model this as a change to standard offset effective 2025-03-20.

Changes to past timestamps

Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. (Thanks to Roozbeh Pournader.)


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

… updates

Bumps the development-version-updates group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.7.0` | `7.7.1` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.3` | `0.26.0` |
| [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) | `7.0.0` | `7.0.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |
| [tox](https://github.com/tox-dev/tox) | `4.24.2` | `4.25.0` |
| [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.3.7` |
| [tzdata](https://github.com/python/tzdata) | `2025.1` | `2025.2` |



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

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

Updates `pylint` from 3.3.4 to 3.3.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.6)

Updates `pytest-asyncio` from 0.25.3 to 0.26.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0)

Updates `pytest-postgresql` from 7.0.0 to 7.0.1
- [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-postgresql@v7.0.0...v7.0.1)

Updates `pre-commit` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)

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

Updates `iniconfig` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/pytest-dev/iniconfig/releases)
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG)
- [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0)

Updates `platformdirs` from 4.3.6 to 4.3.7
- [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.3.6...4.3.7)

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.0
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.2.0...3.3.0)

Updates `tzdata` from 2025.1 to 2025.2
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2025.1...2025.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pytest-postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: iniconfig
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-version-updates
- dependency-name: pycodestyle
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: pyflakes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
- dependency-name: tzdata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-version-updates
...

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 29, 2025
@github-actions github-actions Bot enabled auto-merge March 29, 2025 23:44
@github-actions github-actions Bot merged commit 2cdc173 into main Mar 29, 2025
3 of 4 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/development-version-updates-30188a03d4 branch March 29, 2025 23:46
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