build(deps): bump the deps group with 10 updates #178
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the deps group with 10 updates:
1.24.13
1.24.14
4.66.6
4.67.1
2.9.2
2.10.2
16.6.0
16.6.2
3.3.1
3.3.2
1.14.0
1.14.1
8.3.3
8.3.4
4.66.0.20240417
4.67.0.20241119
0.7.2
0.8.1
2.6.1
2.7.0
Updates
pymupdf
from 1.24.13 to 1.24.14Release notes
Sourced from pymupdf's releases.
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
ebabd6f
setup.py: incremented default mupdf version to 1.24.11.a746d2c
setup.py: use {version_b} to calculate mupdf download URL instead of hard-cod...b918500
Updated version numbers etc for release.a569a3f
tests/: disable two long-running tests if running under valgrind.0e86f0b
scripts/test.py: minor improvements to docs.fa13f22
scripts/: default to not installing system packages such as valgrind by default.6d780c4
changes.txt: updated with all fixes when built with MuPDF-1.24.11.961552c
tests/test_embeddedfiles.py: added test_4050().78bf986
src/init.py tests/test_font.py: address #3933 with mupdf-1.24.11.1667ec0
tests/: update two tests to expect fixed behaviour with mupdf-1.24.11.Updates
tqdm
from 4.66.6 to 4.67.1Release notes
Sourced from tqdm's releases.
Commits
0ed5d7f
bump version, merge pull request #1629 from tqdm/fix-guia2d5f1c
tests: fix codecov rate limitcac7150
tests: bump pytest-asyncio6338f62
deps: fix pybuild342b15e
tests: sync depsc66458d
gui: fix matplotlib35a6ee9
bump version, merge pull request #1536 from guigoruiz18aa9470
add discord requests dep1db24b4
better user-agent61365d8
handle rate limitUpdates
pydantic
from 2.9.2 to 2.10.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
fe32515
Prepare for v2.10.2 release (#10982)226cfaf
HideBaseModel.__replace__
definition from type checkers (#10979)02229a6
hashing support for urls (#10975)a9cf39c
Fix type hint ofField.default
to be compatible with Python 3.8 and 3.9 (#1...869eafd
Support serialization as any forSecret
types andUrl
types (#10947)7c0ed72
Do not evaluate annotations for private fields (#10962)d6fc7fc
Only evaluateFieldInfo
annotations if required during schema building (#10...17e60fa
spacing369b355
remove typo4c75404
Prepare for v2.10.1 release (#10939)Updates
ocrmypdf
from 16.6.0 to 16.6.2Changelog
Sourced from ocrmypdf's changelog.
Commits
2506155
v16.6.2 release notesa659f83
Remove invalid hyperlink annotations to satisfy Ghostscript 10.x during PDF/A...08f95c0
v16.6.1 release notesdbd3c93
Fix issue with unpickling HOCRResult5d128a9
Adjust tesseract-ocr5 package and revert to Ubuntu 22.04a1b8113
Add bisect scriptf052e91
docs: Improve batch command116e269
Also use stable Tesseract 5 for Dockerb2669c7
Use stable tesseract ppa for buildc8c53d3
Remove .git from Docker images nad fix link to alternate servicesUpdates
pylint
from 3.3.1 to 3.3.2Commits
a5a1bc3
Bump pylint to 3.3.2, update changelog (#10088)621ecf6
Fixpotential-index-error
false positive when iterable contains starred ele...5597aae
Fix source root not recognized (#10036) (#10083)ea8ed7e
Bump astroid to 3.3.5 (#10004) (#10005)ec4ca64
Fix release note typo (#9969) (#9971)Updates
taskipy
from 1.14.0 to 1.14.1Release notes
Sourced from taskipy's releases.
Commits
3cd4290
Release version 1.14.126b143f
fix: Update psutil dep to allow version > 6 (#88)22c214d
Release version 1.14.0 (#87)Updates
pytest
from 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81
Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912) (#12928)c875841
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
types-tqdm
from 4.66.0.20240417 to 4.67.0.20241119Commits
Updates
ruff
from 0.7.2 to 0.8.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b3b2c98
Update CHANGELOG.md with the new commits for 0.8.1 (#14664)abb3c6e
[flake8-pyi
] Avoid rewriting invalid type expressions in `unnecessary-type-...224fe75
[ruff
] Implementunnecessary-regular-expression
(RUF055
) (#14659)dc29f52
[flake8-pyi
,ruff
] Fix traversal of nested literals and unions (PYI016
,...d9cbf2f
Avoids unnecessary overhead forTC004
, whenTC001-003
are disabled (#14657)3f6c65e
[red-knot] Fix merged type after if-else without explicit else branch (#14621)976c37a
Bump version to 0.8.1 (#14655)a378ff3
[red-knot] Fix Boolean flags in mdtests (#14654)d8bca0d
Fix bug where methods defined using lambdas were flagged by FURB118 (#14639)6f1cf5b
[red-knot] Minor fix in MRO tests (#14652)Updates
git-cliff
from 2.6.1 to 2.7.0Release notes
Sourced from git-cliff's releases.
... (truncated)
Changelog
Sourced from git-cliff's changelog.