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

Bump the python-requirements group across 1 directory with 15 updates #894

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-requirements group with 15 updates in the / directory:

Package From To
humanize 4.9.0 4.10.0
jsonschema 4.22.0 4.23.0
orjson 3.10.3 3.10.6
pillow 10.3.0 10.4.0
pydantic 2.7.3 2.8.2
types-pyyaml 6.0.12.20240311 6.0.12.20240724
types-requests 2.32.0.20240602 2.32.0.20240712
tenacity 8.3.0 8.5.0
connected-components-3d 3.16.0 3.18.0
albumentations 1.4.8 1.4.12
mypy 1.10.0 1.11.1
responses 0.25.0 0.25.3
debugpy 1.8.1 1.8.2
opencv-python-headless 4.10.0.82 4.10.0.84
ruff 0.4.7 0.5.5

Updates humanize from 4.9.0 to 4.10.0

Release notes

Sourced from humanize's releases.

4.10.0

Changed

  • Replace deprecated pydocstyle with Ruff and update to Black 2024 style (#170) @​hugovk

Fixed

Commits
  • 2a141c7 [pre-commit.ci] pre-commit autoupdate (#190)
  • cae4163 Ruff updates
  • aa3a94e Configure pyproject-fmt for 3.13 Trove classifier
  • 03af6b2 [pre-commit.ci] pre-commit autoupdate
  • b47d5ee Update dependency mkdocstrings to v0.25.1 (#189)
  • 2af4eb3 Update dependency mkdocstrings to v0.25.1
  • 14ff668 Remove shebang from filesize.py (#188)
  • 4a37bd1 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • ae20f3b Remove shebang from filesize.py
  • f33d942 Update docs/requirements.txt (#186)
  • Additional commits viewable in compare view

Updates jsonschema from 4.22.0 to 4.23.0

Release notes

Sourced from jsonschema's releases.

v4.23.0

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.22.0...v4.23.0

Changelog

Sourced from jsonschema's changelog.

v4.23.0

  • Do not reorder dictionaries (schemas, instances) that are printed as part of validation errors.
  • Declare support for Py3.13
Commits
  • cfe8a40 Document the other change, and call this 4.23.0.
  • 25127a1 Merge pull request #1282 from rominf/rominf-python3.13
  • 40410c4 Declare support for 3.13
  • 3a44b4b Merge pull request #1276 from python-jsonschema/pre-commit-ci-update-config
  • 6a00e35 [pre-commit.ci] pre-commit autoupdate
  • 84fee43 Merge pull request #1273 from python-jsonschema/pre-commit-ci-update-config
  • a90d6e2 [pre-commit.ci] pre-commit autoupdate
  • c3a8641 Merge pull request #1272 from python-jsonschema/pre-commit-ci-update-config
  • deb5398 [pre-commit.ci] pre-commit autoupdate
  • 7fd28c3 Update the (ancient draft3) color format for newer webcolors.
  • Additional commits viewable in compare view

Updates orjson from 3.10.3 to 3.10.6

Release notes

Sourced from orjson's releases.

3.10.6

Changed

  • Improve performance.

3.10.5

Changed

  • Improve performance.

3.10.4

Changed

  • Improve performance.
Changelog

Sourced from orjson's changelog.

3.10.6 - 2024-07-02

Changed

  • Improve performance.

3.10.5 - 2024-06-13

Changed

  • Improve performance.

3.10.4 - 2024-06-10

Changed

  • Improve performance.
Commits

Updates pillow from 10.3.0 to 10.4.0

Release notes

Sourced from pillow's releases.

10.4.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.4.0 (2024-07-01)

  • Raise FileNotFoundError if show_file() path does not exist #8178 [radarhere]

  • Improved reading 16-bit TGA images with colour #7965 [Yay295, radarhere]

  • Deprecate non-image ImageCms modes #8031 [radarhere]

  • Fixed processing multiple JPEG EXIF markers #8127 [radarhere]

  • Do not preserve EXIFIFD tag by default when saving TIFF images #8110 [radarhere]

  • Added ImageFont.load_default_imagefont() #8086 [radarhere]

  • Added Image.WARN_POSSIBLE_FORMATS #8063 [radarhere]

  • Remove zero-byte end padding when parsing any XMP data #8171 [radarhere]

  • Do not detect Ultra HDR images as MPO #8056 [radarhere]

  • Raise SyntaxError specific to JP2 #8146 [Yay295, radarhere]

  • Do not use first frame duration for other frames when saving APNG images #8104 [radarhere]

  • Consider I;16 pixel size when using a 1 mode mask #8112 [radarhere]

  • When saving multiple PNG frames, convert to mode rather than raw mode #8087 [radarhere]

  • Added byte support to FreeTypeFont #8141 [radarhere]

  • Allow float center for rotate operations #8114 [radarhere]

  • Do not read layers immediately when opening PSD images #8039 [radarhere]

... (truncated)

Commits
  • 9b4fae7 10.4.0 version bump
  • b55d74b Update CHANGES.rst [ci skip]
  • 8daf550 Merge pull request #8178 from radarhere/imageshow
  • c6d8c58 Merge pull request #7965 from Yay295/patch-3
  • c9ec76a Raise FileNotFoundError if show_file() path does not exist
  • b48d175 Update CHANGES.rst [ci skip]
  • 4d6dff3 Merge pull request #8031 from radarhere/imagingcms_modes
  • 70b3815 Merge pull request #8127 from radarhere/multiple_exif_markers
  • 88cd6d4 Rearranged comments
  • 41426a6 Merge pull request #8110 from radarhere/exififd
  • Additional commits viewable in compare view

Updates pydantic from 2.7.3 to 2.8.2

Release notes

Sourced from pydantic's releases.

v2.8.2 (2024-07-03)

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

Full Changelog: pydantic/pydantic@v2.8.1...v2.8.2

v2.8.1 (2024-07-03)

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.8.0...v2.8.1

v2.8.0 (2024-07-01)

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.8.2 (2024-07-03)

GitHub release

What's Changed

Fixes

  • Fix issue with assertion caused by pluggable schema validator by @​dmontagu in #9838

v2.8.1 (2024-07-03)

GitHub release

What's Changed

Packaging

Fixes

v2.8.0 (2024-07-01)

GitHub release

The code released in v2.8.0 is functionally identical to that of v2.8.0b1.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 4978ee2 update history
  • 0345929 v bump
  • d390a04 Fix issue with assertion caused by pluggable schema validator (#9838)
  • 040865f update history
  • 5a33e3b bump version
  • 2f9abb2 Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 (#9832)
  • ce9c5f7 Remove spooky meetings file (#9824)
  • 6bdd6d1 Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...
  • 701ccde Fix list constraint json schema application (#9818)
  • 2a066a2 Bump ruff to v0.5.0 and pyright to v1.1.369 (#9801)
  • Additional commits viewable in compare view

Updates types-pyyaml from 6.0.12.20240311 to 6.0.12.20240724

Commits

Updates types-requests from 2.32.0.20240602 to 2.32.0.20240712

Commits

Updates tenacity from 8.3.0 to 8.5.0

Release notes

Sourced from tenacity's releases.

8.5.0

What's Changed

Full Changelog: jd/tenacity@8.4.2...8.5.0

tenacity 8.4.2

What's Changed

Full Changelog: jd/tenacity@8.4.1...8.4.2

tenacity 8.4.1

What's Changed

Full Changelog: jd/tenacity@8.4.0...8.4.1

tenacity 8.4.0

What's Changed

Full Changelog: jd/tenacity@8.3.0...8.4.0

Commits
  • 31fe2d0 fix: Restore contents of retry attribute for wrapped functions (#484)
  • 33cd0e1 chore(deps): bump actions/checkout in the github-actions group (#483)
  • a15fa64 fix: Avoid overwriting local contexts with retry decorator (#479)
  • ee6a8f7 Include tenacity.asyncio subpackage in release dist (#474)
  • 702014b ci: add support for trio in Mergify automerge (#470)
  • ade0567 Support Trio out-of-the-box, take 2 (#463)
  • 952189b Update index.rst: Remove * (#465)
  • 5b00c15 chore(deps): bump the github-actions group across 1 directory with 2 updates ...
  • 21137e7 Add async strategies (#451)
  • See full diff in compare view

Updates connected-components-3d from 3.16.0 to 3.18.0

Commits
  • 243ab09 release(3.18.0): connected_components_stack feature for huge arrays
  • 0cd42e5 Merge branch 'master' of github.com:seung-lab/connected-components-3d
  • 6e6ec00 feat: stacked CCL for huge arrays (#127)
  • b141119 refactor: move cc3d C++ logic and pure python logic away from each other
  • 89f7f46 fix: missing COPYING part of LGPL
  • 2cc38e8 release(3.17.0): cc3d.statistics supports 2d images properly
  • d0ac48a fix: remove print statement
  • 55b7398 fix+test: use uint16 for small dimensions for 2d
  • 653d53a feat: support 2d arrays properly in cc3d.statistics
  • 9d01796 install: switch oldest-supported-numpy to numpy
  • Additional commits viewable in compare view

Updates albumentations from 1.4.8 to 1.4.12

Release notes

Sourced from albumentations's releases.

Albumentations 1.4.12 Release Notes

  • Support Our Work
  • Transforms
  • Core Functionality
  • Deprecations
  • Improvements and Bug Fixes

Support Our Work

  1. Love the library? You can contribute to its development by becoming a sponsor for the library. Your support is invaluable, and every contribution makes a difference.
  2. Haven't starred our repo yet? Show your support with a ⭐! It's just only one mouse click away.
  3. Got ideas or facing issues? We'd love to hear from you. Share your thoughts in our issues or join the conversation on our Discord server

Transforms

Added TextImage transform

Allows adding text on top of images. Works with np,unit8 and np.float32 images with any number of channels.

Additional functionalities:

  • Insert random stopwords
  • Delete random words
  • Swap word order

Example notebook

image

Core functionality

Added images target

You can now apply the same transform to a list of images of the same shape, not just one image.

Use cases:

  • Video: Split video into frames and apply the transform.
  • Slices of 3D volumes: For example, in medical imaging.
import albumentations as A
transform = A.Compose([A.Affine(p=1)])
transformed = transform(images=<list of images>)
transformed_images = transformed["images"]

Note: You can apply the same transform to any number of images, masks, bounding boxes, and sets of keypoints using the additional_targets functionality notebook with examples

Contributors @​ternaus, @​ayasyrev

... (truncated)

Commits

Updates mypy from 1.10.0 to 1.11.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.11

We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Support Python 3.12 Syntax for Generics (PEP 695)

Mypy now supports the new type parameter syntax introduced in Python 3.12 (PEP 695). This feature is still experimental and must be enabled with the --enable-incomplete-feature=NewGenericSyntax flag, or with enable_incomplete_feature = NewGenericSyntax in the mypy configuration file. We plan to enable this by default in the next mypy feature release.

This example demonstrates the new syntax:

# Generic function
def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...
reveal_type(f(1))  # Revealed type is 'int'
Generic class
class C[T]:
def init(self, x: T) -> None:
self.x = x
c = C('a')
reveal_type(c.x)  # Revealed type is 'str'
Type alias
type A[T] = C[list[T]]

This feature was contributed by Jukka Lehtosalo.

Support for functools.partial

Mypy now type checks uses of functools.partial. Previously mypy would accept arbitrary arguments.

This example will now produce an error:

from functools import partial
</tr></table> 

... (truncated)

Commits

Updates responses from 0.25.0 to 0.25.3

Release notes

Sourced from responses's releases.

0.25.3

  • Fixed recorder not saving and loading response headers with yaml files. See #715

0.25.2

  • Mulligan on 0.25.1 to run release pipeline correctly.
  • Added matchers.body_matcher for matching string request bodies. See #717

Responses 0.25.1

What's Changed

New Contributors

Full Changelog: getsentry/responses@0.25.0...0.25.1

Changelog

Sourced from responses's changelog.

0.25.3

  • Fixed recorder not saving and loading response headers with yaml files. See #715

0.25.2

  • Mulligan on 0.25.1 to run release pipeline correctly.
  • Added matchers.body_matcher for matching string request bodies. See #717

0.25.1

  • Fixed tests failures during RPM package builds. See #706
  • Fix mocked HEAD responses that have Content-Length set. See #712
  • Fixed error messages when matches fail: inputs are not sorted or reformatted. See #704
Commits

Updates debugpy from 1.8.1 to 1.8.2

Release notes

Sourced from debugpy's releases.

debugpy v1.8.2

Fixed an issue where ApiScan couldn't scan some of our binaries correctly. This involved changing some linker flags and re-compiling/re-linking some of the pydevd executables and dlls.

This doesn't affect debugpy logic in any way.

Commits
  • 09b5af0 Merge pull request #1567 from microsoft/fix_apiscan_errors
  • 48855b0 Add binaries built from github actions
  • 09ba39c Re-add profile flag
  • b6ce45e Replase binaries with ones built from github actions
  • 5cef52c revert changes to batch file, since it runs as a PR check
  • 85c26ec Forgot to add the built binaries
  • 5a81ad6 Rebuilt inject binaries with PROFILE linker flag
  • d9ae0af Merge branch 'main' into fix_apiscan_errors
  • 2ee8168 Merge pull request #1566 from microsoft/codeowners
  • 1bebec6 replace codeowners users with team
  • Additional commits viewable in compare view

Updates opencv-python-headless from 4.10.0.82 to 4.10.0.84

Release notes

Sourced from opencv-python-headless's releases.

4.10.0.84

Complete OpenCV 4.10.0 chnagelog: https://github.com/opencv/opencv/wi...

Description has been truncated

Bumps the python-requirements group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [humanize](https://github.com/python-humanize/humanize) | `4.9.0` | `4.10.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.22.0` | `4.23.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.3` | `3.10.6` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `10.4.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.3` | `2.8.2` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240724` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240602` | `2.32.0.20240712` |
| [tenacity](https://github.com/jd/tenacity) | `8.3.0` | `8.5.0` |
| [connected-components-3d](https://github.com/seung-lab/connected-components-3d) | `3.16.0` | `3.18.0` |
| [albumentations](https://github.com/albumentations-team/albumentations) | `1.4.8` | `1.4.12` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.1` |
| [responses](https://github.com/getsentry/responses) | `0.25.0` | `0.25.3` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.1` | `1.8.2` |
| [opencv-python-headless](https://github.com/opencv/opencv-python) | `4.10.0.82` | `4.10.0.84` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.5.5` |



Updates `humanize` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](python-humanize/humanize@4.9.0...4.10.0)

Updates `jsonschema` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.22.0...v4.23.0)

Updates `orjson` from 3.10.3 to 3.10.6
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.3...3.10.6)

Updates `pillow` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

Updates `pydantic` from 2.7.3 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.3...v2.8.2)

Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240724
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-requests` from 2.32.0.20240602 to 2.32.0.20240712
- [Commits](https://github.com/python/typeshed/commits)

Updates `tenacity` from 8.3.0 to 8.5.0
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.3.0...8.5.0)

Updates `connected-components-3d` from 3.16.0 to 3.18.0
- [Release notes](https://github.com/seung-lab/connected-components-3d/releases)
- [Changelog](https://github.com/seung-lab/connected-components-3d/blob/master/ChangeLog)
- [Commits](seung-lab/connected-components-3d@3.16.0...3.18.0)

Updates `albumentations` from 1.4.8 to 1.4.12
- [Release notes](https://github.com/albumentations-team/albumentations/releases)
- [Commits](albumentations-team/albumentations@1.4.8...1.4.12)

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

Updates `responses` from 0.25.0 to 0.25.3
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.0...0.25.3)

Updates `debugpy` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.1...v1.8.2)

Updates `opencv-python-headless` from 4.10.0.82 to 4.10.0.84
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

Updates `ruff` from 0.4.7 to 0.5.5
- [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.7...0.5.5)

---
updated-dependencies:
- dependency-name: humanize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: connected-components-3d
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: albumentations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: responses
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: opencv-python-headless
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@dependabot dependabot bot requested review from JBWilkie and saurbhc August 1, 2024 05:20
@wiz-inc-4ad3b29aa7
Copy link

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 1C 2H 2M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 1C 2H 2M 1L 0I
Secrets 0🔑

1 similar comment
@wiz-inc-4ad3b29aa7
Copy link

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 1C 2H 2M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 1C 2H 2M 1L 0I
Secrets 0🔑

@JBWilkie JBWilkie merged commit 6e1812b into master Aug 5, 2024
20 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-f060a9aa02 branch August 5, 2024 08:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant