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-dev): bump the development-dependencies group with 5 updates #2584

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the development-dependencies group with 5 updates:

Package From To
coverage 7.6.0 7.6.1
deptry 0.17.0 0.18.0
xdoctest 1.1.5 1.1.6
mypy 1.11.0 1.11.1
types-simplejson 3.19.0.20240310 3.19.0.20240801

Updates coverage from 7.6.0 to 7.6.1

Changelog

Sourced from coverage's changelog.

Version 7.6.1 — 2024-08-04

  • Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path> argument. This is now fixed, thanks to Ask Hjorth Larsen <pull 1819_>_.

  • Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl <pull 1828_>_.

  • Now we publish wheels for Python 3.13, both regular and free-threaded.

.. _pull 1819: nedbat/coveragepy#1819 .. _pull 1828: nedbat/coveragepy#1828

.. _changes_7-6-0:

Commits
  • 29f5898 docs: sample HTML for 7.6.1
  • 9b829f1 docs: prep for 7.6.1
  • ebbb6a2 build: wheels for 3.13rc1
  • 3872525 chore: make upgrade
  • 7a27f40 test: fix a test on free-threading, use abiflags to get site-packages path co...
  • 2b53664 build: include gil/nogil in the version banner
  • da1682f docs: changelog and contributor for #1828
  • dc819ff test: two tests for #1828
  • 9aaa404 fix: properly handle backslash before multi-line string (#1828)
  • 9c50270 chore: make upgrade
  • Additional commits viewable in compare view

Updates deptry from 0.17.0 to 0.18.0

Release notes

Sourced from deptry's releases.

0.18.0

What's Changed

Features

  • Support imports using importlib.import_module (#782)

New Contributors

Full Changelog

fpgmaas/deptry@0.17.0...0.18.0

Changelog

Sourced from deptry's changelog.

0.18.0 - 2024-07-31

Features

  • Support imports using importlib.import_module (#782)

New Contributors

Full Changelog

fpgmaas/deptry@0.17.0...0.18.0

Commits
  • 4c51dd9 release 0.18.0 (#783)
  • 083faf5 chore(deps): lock file maintenance
  • 722313a Support imports using importlib.import_module (#782)
  • 355292c chore(deps): bump rust to 1.80 (#781)
  • 09fff11 chore(deps): update dependency dev/pytest to v8.3.2 (#778)
  • e8ab128 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5.5
  • 5650e0e chore(deps): update dependency docs/mkdocs-material to v9.5.30
  • See full diff in compare view

Updates xdoctest from 1.1.5 to 1.1.6

Release notes

Sourced from xdoctest's releases.

Version 1.1.6 - Released 2024-08-01

Fixed

  • Fixed passing of flags as keyword argument to re.sub for python 3.13 compliance.

What's Changed

New Contributors

Full Changelog: Erotemic/xdoctest@v1.1.5...refs/heads/release

Changelog

Sourced from xdoctest's changelog.

Version 1.1.6 - Released 2024-08-01

Fixed

  • Fixed passing of flags as keyword argument to re.sub for python 3.13 compliance.
Commits

Updates mypy from 1.11.0 to 1.11.1

Commits

Updates types-simplejson from 3.19.0.20240310 to 3.19.0.20240801

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

📚 Documentation preview 📚: https://meltano-sdk--2584.org.readthedocs.build/en/2584/

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
| [deptry](https://github.com/fpgmaas/deptry) | `0.17.0` | `0.18.0` |
| [xdoctest](https://github.com/Erotemic/xdoctest) | `1.1.5` | `1.1.6` |
| [mypy](https://github.com/python/mypy) | `1.11.0` | `1.11.1` |
| [types-simplejson](https://github.com/python/typeshed) | `3.19.0.20240310` | `3.19.0.20240801` |


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

Updates `deptry` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/fpgmaas/deptry/releases)
- [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md)
- [Commits](fpgmaas/deptry@0.17.0...0.18.0)

Updates `xdoctest` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](Erotemic/xdoctest@v1.1.5...v1.1.6)

Updates `mypy` from 1.11.0 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.11.1)

Updates `types-simplejson` from 3.19.0.20240310 to 3.19.0.20240801
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: deptry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: xdoctest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-simplejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from edgarrmondragon as a code owner August 5, 2024 12:50
@dependabot dependabot bot requested a review from a team August 5, 2024 12:50
Copy link

codspeed-hq bot commented Aug 5, 2024

CodSpeed Performance Report

Merging #2584 will not alter performance

Comparing dependabot/pip/development-dependencies-99815bd69b (cda4c35) with main (7ccfb87)

Summary

✅ 6 untouched benchmarks

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.47%. Comparing base (7ccfb87) to head (cda4c35).
Report is 123 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2584   +/-   ##
=======================================
  Coverage   89.47%   89.47%           
=======================================
  Files          58       58           
  Lines        4799     4799           
  Branches      936      936           
=======================================
  Hits         4294     4294           
  Misses        352      352           
  Partials      153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Aug 5, 2024
Merged via the queue into main with commit 2415075 Aug 5, 2024
35 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/development-dependencies-99815bd69b branch August 5, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant