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 with 11 updates #879

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-requirements group with 11 updates:

Package From To
orjson 3.10.3 3.10.5
pydantic 2.7.3 2.7.4
types-requests 2.32.0.20240602 2.32.0.20240622
tenacity 8.3.0 8.4.2
connected-components-3d 3.16.0 3.17.0
albumentations 1.4.8 1.4.10
mypy 1.10.0 1.10.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.0

Updates orjson from 3.10.3 to 3.10.5

Release notes

Sourced from orjson's releases.

3.10.5

Changed

  • Improve performance.

3.10.4

Changed

  • Improve performance.
Changelog

Sourced from orjson's changelog.

3.10.5 - 2024-06-13

Changed

  • Improve performance.

3.10.4 - 2024-06-10

Changed

  • Improve performance.
Commits

Updates pydantic from 2.7.3 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: pydantic/pydantic@v2.7.3...v2.7.4

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612
Commits

Updates types-requests from 2.32.0.20240602 to 2.32.0.20240622

Commits

Updates tenacity from 8.3.0 to 8.4.2

Release notes

Sourced from tenacity's releases.

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
  • 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.17.0

Commits
  • 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
  • 0ebfa1e ci: add cython to requirements_dev.txt
  • f6540e3 install: bump requirement to py38
  • bb85ed6 feat: support for PyTorch tensors in cc3d.connected_components
  • 447bbb7 fix: add cnp.import_array() to avoid an error
  • eab0f49 ci+refactor: remove outdated python versions from skip list
  • Additional commits viewable in compare view

Updates albumentations from 1.4.8 to 1.4.10

Release notes

Sourced from albumentations's releases.

Hotfix release with fixes for RandomGauss

Hotfix release that addresses issues introduced in 1.4.9

There were two issues in GaussNoise that this release addresses:

  • Default value of 0.5 for noise_scale_factor, which is different from the behavior before version 1.4.9. Now default value = 1, which means random noise is created for every point independently
  • Noise was truncated before adding to the image, so that gauss >=0. Fixed.

Albumentations 1.4.9 Release Notes

  • Support our work
  • New transforms
  • Integrations
  • Speedups
  • 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.
  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 for Albumentations

Transforms

PlanckianJitter

New transform, based on

Statements from the paper on why PlanckianJitter is superior to ColorJitter:

  1. Realistic Color Variations: PlanckianJitter applies physically realistic illuminant variations based on Planck’s Law for black-body radiation. This leads to more natural and realistic variations in chromaticity compared to the arbitrary changes in hue, saturation, brightness, and contrast applied by ColorJitter​​.

  2. Improved Representation for Color-Sensitive Tasks: The transformations in PlanckianJitter maintain the ability to discriminate image content based on color information, making it particularly beneficial for tasks where color is a crucial feature, such as classifying natural objects like birds or flowers. ColorJitter, on the other hand, can significantly alter colors, potentially degrading the quality of learned color features​​.

  3. Robustness to Illumination Changes: PlanckianJitter produces models that are robust to illumination changes commonly observed in real-world images. This robustness is advantageous for applications where lighting conditions can vary widely​​.

  4. Enhanced Color Sensitivity: Models trained with PlanckianJitter show a higher number of color-sensitive neurons, indicating that these models retain more color information compared to those trained with ColorJitter, which tends to induce color invariance​​.

by @​zakajd

GaussNoise

Added option to approximate GaussNoise.

Generation of random Noise for large images is slow.

Added scaling factor for noise generation. Value should be in the range (0, 1]. When set to 1, noise is sampled for each pixel independently. If less, noise is sampled for a smaller size and resized to fit the shape of the image. Smaller values make the transform much faster. Default: 0.5

... (truncated)

Commits

Updates mypy from 1.10.0 to 1.10.1

Changelog

Sourced from mypy's changelog.

Mypy 1.10.1

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alex Waygood
  • Ali Hamdan
  • Edward Paget
  • Evgeniy Slobodkin
  • Hashem
  • hesam
  • Hugo van Kemenade
  • Ihor
  • James Braza
  • Jelle Zijlstra
  • jhance
  • Jukka Lehtosalo
  • Loïc Simon
  • Marc Mueller
  • Matthieu Devlin
  • Michael R. Crusoe
  • Nikita Sobolev
  • Oskari Lehto
  • Riccardo Di Maio
  • Richard Si
  • roberfi
  • Roman Solomatin
  • Sam Xifaras
  • Shantanu
  • Spencer Brown
  • Srinivas Lade
  • Tamir Duberstein
  • youkaichao

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.9

We’ve just uploaded mypy 1.9 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.

Breaking Changes

Because the version of typeshed we use in mypy 1.9 doesn't support 3.7, neither does mypy 1.9. (Jared Hance, PR 16883)

... (truncated)

Commits
  • c28b525 [1.10 backport] Fix error reporting on cached run after uninstallation of thi...
  • See full diff in compare view

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/wiki/ChangeLog

Python:

  • NumPy 2.0 support in pre-built OpenCV packages for Python 3.9+
  • Added python bindings for Rect2f and Point3i #24919
  • Switched to numeric dtype for MatLike instead of generic #25406
  • Added path-like objects support wherever file names are expected #24773
Commits

Updates ruff from 0.4.7 to 0.5.0

Release notes

Sourced from ruff's releases.

0.5.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits
  • 244b923 Add necessary permissions for cargo-dist Docker build (#12072)
  • a8b48fc Release v0.5.0 (#12068)
  • 04c8597 [flake8-simplify] Stabilize detection of Yoda conditions for "constant" col...
  • 4029a25 [Ruff v0.5] Stabilise 15 pylint rules (#12051)
  • 0917ce1 Update documentation to mention etcetera crate instead of dirs for user c...
  • 22cebdf Add server config to filter out syntax error diagnostics (#12059)
  • 72b6c26 Simplify LinterResult, avoid cloning ParseError (#11903)
  • 73851e7 Avoid displaying syntax error as log message (#11902)
  • e7b4969 Remove E999 as a rule, disallow any disablement methods for syntax error (#...
  • c98d8a0 [pyflakes] Stabilize detection of is comparisons to lists, etc. (F632) (#...
  • Additional commits viewable in compare 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 python-requirements group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [orjson](https://github.com/ijl/orjson) | `3.10.3` | `3.10.5` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.3` | `2.7.4` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240602` | `2.32.0.20240622` |
| [tenacity](https://github.com/jd/tenacity) | `8.3.0` | `8.4.2` |
| [connected-components-3d](https://github.com/seung-lab/connected-components-3d) | `3.16.0` | `3.17.0` |
| [albumentations](https://github.com/albumentations-team/albumentations) | `1.4.8` | `1.4.10` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.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.0` |


Updates `orjson` from 3.10.3 to 3.10.5
- [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.5)

Updates `pydantic` from 2.7.3 to 2.7.4
- [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.7.4)

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

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

Updates `connected-components-3d` from 3.16.0 to 3.17.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.17.0)

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

Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.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.0
- [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.0)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pydantic
  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-patch
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@dependabot dependabot bot requested review from JBWilkie and saurbhc July 1, 2024 06:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

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

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-3fe84a1e4c branch August 1, 2024 05:19
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