Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the requirements group across 1 directory with 5 updates#3441

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 8, 2025
edited
Loading

Bumps the requirements group with 5 updates in the / directory:

PackageFromTo
setuptools-scm8.3.19.2.0
pymongo4.14.04.14.1
pytest-cov6.2.16.3.0
fasteners0.190.20
pytest8.4.18.4.2

Updatessetuptools-scm from 8.3.1 to 9.2.0

Release notes

Sourced fromsetuptools-scm's releases.

v9.2.0

What's Changed

simple activation now requires a extra instead of setting up many pre-existing projects for failure/error

Full Changelog:pypa/setuptools-scm@v9.1.1...v9.2.0

v9.1.1 (yanked)

What's Changed

Full Changelog:pypa/setuptools-scm@v9.1.0...v9.1.1

yanked after hitting regressions wrt legcy project setups triggering auto activate

v9.1.0 (yanked)

yanked

a regression makes some sdists report version 0.0.0

What's Changed

Full Changelog:pypa/setuptools-scm@v9.0.3...v9.1.0

v9.0.3 (yanked)

What's Changed

Full Changelog:pypa/setuptools-scm@v9.0.2...v9.0.3

yanked

regression wrt specific old project setups vs auto-activate

v9.0.2 (yanked)

What's Changed

... (truncated)

Changelog

Sourced fromsetuptools-scm's changelog.

v9.2.0

Added

  • add simplified activation viasetuptools-scm[simple] extra

    A new streamlined way to enable version inference without requiring a[tool.setuptools_scm] section.Whensetuptools-scm[simple] is inbuild-system.requires andversion is inproject.dynamic,version inference is automatically enabled with default settings.

removed

  • unchecked simplified activation - too many projects use setups where it would fail

changed

  • refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools

v9.1.1 (yanked)

fixed

  • fix#1194: correctly handle version keyword when pyproject metadata is missing

v9.1.0 (yanked)

fixed

  • complete reiteration of the decision logic for enabling version inference on setuptools_scm

    • shared logic for the important parts
    • proper deferring based in precedence of finalize options vs version keyword
    • unittestable for the parsing parts and the decision steps

v9.0.3 (yanked)

fixed

  • fix 1184: verify version is dynamic if the dependency is used as indicator for enabling

v9.0.2 (yanked)

Fixed

  • fix#1184: in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version

... (truncated)

Commits
  • 6bf6746 Merge pull request#1206 from pypa/RonnyPfannschmidt-changelog
  • c49467d Update CHANGELOG.md
  • 3baa398 Merge pull request#1202 from RonnyPfannschmidt/version-infer-again
  • 861df20 Merge pull request#1199 from pypa/dependabot/github_actions/actions/download...
  • daf68b5 Merge pull request#1200 from pypa/dependabot/github_actions/actions/checkout-5
  • 229946a Merge pull request#1197 from pypa/pre-commit-ci-update-config
  • b8a2920 Add simple extra to pyproject.toml
  • 250b5c2 add test migration plan for llms + fix changelog formatting
  • 56a7a00 split version inference into the part that needs a distribution object and th...
  • 206742a return simplified activation with a extra to prevent regressions
  • Additional commits viewable incompare view

Updatespymongo from 4.14.0 to 4.14.1

Release notes

Sourced frompymongo's releases.

PyMongo 4.14.1

Community notes:https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511

Changelog

Sourced frompymongo's changelog.

Changes in Version 4.14.1 (2025/08/19)

Version 4.14.1 is a bug fix release.

  • Fixed a bug inMongoClient.append_metadata() andAsyncMongoClient.append_metadata()that allowed duplicateDriverInfo.name to be appended to the metadata.

Issues Resolved...............

See thePyMongo 4.14.1 release notes in JIRA_ for the list of resolved issuesin this release.

.. _PyMongo 4.14.1 release notes in JIRA:https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=45256

Commits
  • 0d2a4b4 Prep for 4.14.1 release (#2495)
  • 550d234 PYTHON-5503 Use uv to install just in GitHub Actions (#2490) [v4.14] (#2493)
  • d98049c PYTHON-5502 [v4.14] Fix handling of c extensions in Azure and GCP VMs (#2487)
  • f66ec0f PYTHON-5492 Fix handling of MaxTimeMS message (#2484) [v4.14] (#2485)
  • 6611bec PYTHON-5493 [v4.14] Add a patch for the log order difference (#2482)
  • 7692bd6 PYTHON-5488append_metadata should not add duplicates (#2461) [v4.14] (#2483)
  • aa0b920 PYTHON-5492 Fix handling of MaxTimeMSExpired responses (#2477) [v4.14] (#2479)
  • 1c48016 PYTHON-5349 Use drivers-evergreen-tools to start servers in GitHub Actions (#...
  • 7055ad1 PYTHON-5492 Mark test as flaky (#2472) [v4.14] (#2475)
  • e80f4f4 PYTHON-5491 Skip non-idempotent dropIndex tests (#2467) [v4.14] (#2468)
  • Additional commits viewable incompare view

Updatespytest-cov from 6.2.1 to 6.3.0

Changelog

Sourced frompytest-cov's changelog.

6.3.0 (2025-09-06)

  • Added support for markdown reports.Contributed by Marcos Boger in[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.Anonymous contribution in[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.
Commits
  • a69d1ab Bump version: 6.2.1 → 6.3.0
  • 475bf32 Update changelog.
  • 3834009 Add GitHub Actions example and fix example to not break with default markdown...
  • 0824728 Small phrasing adustments in Markdown docs
  • 474c1f4 Move markdown dest files check to StoreReport for earlier error and parser.er...
  • 7b21833 Default markdown-append to coverage.md and raise warning if both markdown opt...
  • 3a15312 Fix usage of Path.open() to write/append to files
  • 4b79449 Change output file cov-append.md in md-append example
  • 40e9e8e Add docs and update AUTHORS.rst
  • f5ca33a Add tests for markdown and markdown-append
  • Additional commits viewable incompare view

Updatesfasteners from 0.19 to 0.20

Release notes

Sourced fromfasteners's releases.

Version 0.20

  • InterProcessLock now catches OSError and handles BlockingIOError correctly.
  • Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work,but is no longer tested.
  • Add support for python 3.12, 3.13 and pypy 3.11.
Changelog

Sourced fromfasteners's changelog.

[0.20]

  • InterProcessLock now catches OSError and handles BlockingIOError correctly.
  • Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work,but is no longer tested.
  • Add support for python 3.12, 3.13 and pypy 3.11.
Commits

Updatespytest from 8.4.1 to 8.4.2

Release notes

Sourced frompytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when usingconsole_output_style{.interpreted-text role="confval"} withtimes and a module is skipped.

  • #13530: Fixed a crash when usingpytest.approx{.interpreted-text role="func"} anddecimal.Decimal{.interpreted-text role="class"} instances with thedecimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly usefrom __future__ import annotations and import types for annotations within aif TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter inpytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563:pytest.approx{.interpreted-text role="func"} now only importsnumpy if NumPy is already insys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify thatpytest_generate_tests is discovered in test modules/classes; other hooks must be inconftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with-Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message fortest_doctest_unexpected_exception in Python3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of theCI environment variable -- byogrisel{.interpreted-text role="user"}.
Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request#13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request#13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request#13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request#13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request#13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request#13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash withtimes output style and skipped module (#13573) (#13579)
  • Additional commits viewable incompare 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 requirements group with 5 updates in the / directory:| Package | From | To || --- | --- | --- || [setuptools-scm](https://github.com/pypa/setuptools-scm) | `8.3.1` | `9.2.0` || [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.14.0` | `4.14.1` || [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `6.3.0` || [fasteners](https://github.com/harlowja/fasteners) | `0.19` | `0.20` || [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` |Updates `setuptools-scm` from 8.3.1 to 9.2.0- [Release notes](https://github.com/pypa/setuptools-scm/releases)- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)- [Commits](pypa/setuptools-scm@v8.3.1...v9.2.0)Updates `pymongo` from 4.14.0 to 4.14.1- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)- [Commits](mongodb/mongo-python-driver@4.14.0...4.14.1)Updates `pytest-cov` from 6.2.1 to 6.3.0- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)- [Commits](pytest-dev/pytest-cov@v6.2.1...v6.3.0)Updates `fasteners` from 0.19 to 0.20- [Release notes](https://github.com/harlowja/fasteners/releases)- [Changelog](https://github.com/harlowja/fasteners/blob/main/CHANGELOG.md)- [Commits](harlowja/fasteners@0.19...0.20)Updates `pytest` from 8.4.1 to 8.4.2- [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.4.1...8.4.2)---updated-dependencies:- dependency-name: setuptools-scm  dependency-version: 9.2.0  dependency-type: direct:development  update-type: version-update:semver-major  dependency-group: requirements- dependency-name: pymongo  dependency-version: 4.14.1  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: requirements- dependency-name: pytest-cov  dependency-version: 6.3.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: requirements- dependency-name: fasteners  dependency-version: '0.20'  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: requirements- dependency-name: pytest  dependency-version: 8.4.2  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: requirements...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsSep 8, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubSep 15, 2025

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

@dependabotdependabotbot closed thisSep 15, 2025
@dependabotdependabotbot deleted the dependabot/pip/support/v2/requirements-3f1bd4e246 branchSeptember 15, 2025 04:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp