-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump the patch-dependencies group across 1 directory with 6 updates #474
Bump the patch-dependencies group across 1 directory with 6 updates #474
Conversation
3033bde
to
5ac8f16
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #474 +/- ##
=======================================
Coverage 82.67% 82.67%
=======================================
Files 98 98
Lines 6142 6142
=======================================
Hits 5078 5078
Misses 1064 1064 ☔ View full report in Codecov by Sentry. |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps the patch-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.3` | `1.24.5` | | [redis](https://github.com/redis/redis-py) | `5.0.4` | `5.0.5` | | [requests](https://github.com/psf/requests) | `2.32.0` | `2.32.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.8` | Updates `pymupdf` from 1.24.3 to 1.24.5 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.24.3...1.24.5) Updates `redis` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.4...v5.0.5) Updates `requests` from 2.32.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.0...v2.32.3) Updates `pytest-asyncio` from 0.23.6 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7) Updates `pytest` from 8.2.0 to 8.2.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.2.0...8.2.2) Updates `ruff` from 0.4.4 to 0.4.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.4...v0.4.8) --- updated-dependencies: - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
5ac8f16
to
f74d481
Compare
Bumps the patch-dependencies group with 6 updates in the / directory:
1.24.3
1.24.5
5.0.4
5.0.5
2.32.0
2.32.3
0.23.6
0.23.7
8.2.0
8.2.2
0.4.4
0.4.8
Updates
pymupdf
from 1.24.3 to 1.24.5Release notes
Sourced from pymupdf's releases.
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
ec4497b
Update changelog, version numbers and release dates for release 1.24.5.8ec2407
Documentation: Updates for more file support.f26b673
Addresses wrong label generation036f9a9
.github/workflows/test_pyodide.yml: default to hard-coded mupdf, not master.a799bde
Add support for concurrent processing of pages.838d8f1
scripts/test.py: fixed naming of -f value to be 'fitz'.df1c280
src/extra.i: removed some unused code.d7228b9
changes.txt: mark #3472 fixed in 1.24.4.03a802d
Fixed utils.do_links() crash.b4068db
src/utils.py: disable various expected calls to pymupdf.exception_info().Updates
redis
from 5.0.4 to 5.0.5Release notes
Sourced from redis's releases.
Commits
6f55c02
Bump version to 5.0.5 (#3267)26d2d13
Fix parsing of INFO response (#3264)Updates
requests
from 2.32.0 to 2.32.3Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
0e322af
v2.32.3e188799
Don't create default SSLContext if ssl module isn't present (#6724)145b539
Merge pull request #6716 from sigmavirus24/bug/6715b1d73dd
Don't use default SSLContext with custom poolmanager kwargs6badbac
Update HISTORY.mda62a2d3
Allow for overriding of specific pool key params88dce9d
v2.32.2c98e4d1
Merge pull request #6710 from nateprewitt/api_rename92075b3
Add deprecation warningaa1461b
Move _get_connection to get_connection_with_tls_contextUpdates
pytest-asyncio
from 0.23.6 to 0.23.7Release notes
Sourced from pytest-asyncio's releases.
Commits
eb63d5a
docs: Prepared for release of v0.23.7.da04a7a
Build(deps): Bump exceptiongroup in /dependencies/default00c667a
Build(deps): Bump pytest from 8.1.1 to 8.2.0 in /dependencies/default3bd9cd8
[docs] Add changelog entry.15544f0
Revert GitHub Actions and Tox changes.6316b28
Deduplicate simplefilter snippet.3ffdfc5
asyncio.run(port_afinalizer())0107fd7
Remove extra space.3bf700a
Fix GH Action mapping.d15dc31
Fix 3109/3108 typo.Updates
pytest
from 8.2.0 to 8.2.2Release notes
Sourced from pytest's releases.
Commits
329d371
Prepare release version 8.2.2214d098
Merge pull request #12414 from bluetech/backport-12409153a436
[8.2.x] fixtures: fix catastrophic performance problem inreorder_items
b41d5a5
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x9bb73d7
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...4569a01
[8.2.x] doc: Update trainings/events (#12402)1d103e5
[8.2.x] Clarify pytest_ignore_collect docs (#12386)240a252
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)a5ee3c4
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.xf7358ae
[8.2.x] unittest: fix class instances no longer released on test teardown sin...Updates
ruff
from 0.4.4 to 0.4.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a8cf709
Bump version to v0.4.8 (#11755)895eb3e
[red-knot] refactor CFG outside of symbol table (#11746)2e0a975
Disallow access toParsed
output, use the API instead (#11741)b021b5b
UseTokens
from parsed type annotation or parsed source (#11740)eed6d78
Update type annotation parsing API to returnParsed
(#11739)8338db6
ruff server
: Formatting a document with syntax problems no longer spams a v...d056d09
[red-knot] add if-statement support to FlowGraph (#11673)1645be0
UpdateNPY001
rule for NumPy 2.0 (#11735)2c86502
CI: add job to run tests under minimum supported rust version (msrv) (#11737)2567e14
Lexer should consider BOM for the start offset (#11732)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