Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the python-packages group with 7 updates in the / directory:

Package From To
albumentations 2.0.5 2.0.8
p-tqdm 1.4.0 1.4.2
orjson 3.9.2 3.11.4
kaggle 1.5.15 1.7.4.5
pytest 7.4.0 8.4.2
psrcal 0.0.2 1.0.0
quapy 0.1.9 0.2.0

Updates albumentations from 2.0.5 to 2.0.8

Release notes

Sourced from albumentations's releases.

🛠 Albumentations 2.0.8 Release Notes

Want to stay in the loop?
Get updates on new features, documentation changes, and tools like the UI explorer by subscribing to our mailing list:
👉 https://albumentations.ai/subscribe/
You can unsubscribe anytime.


💖 Support Our Work

  1. Help Us Grow – Found Albumentations useful? Become a sponsor to support ongoing development.
  2. Show Your Support – A ⭐ on GitHub helps others discover us.
  3. Join the Community – Report issues or suggest improvements via GitHub Issues or join discussions on Discord.

Improvements

Added area_for_downscale to RandomResizedCrop and RandomSizedCrop

parameter may have value:

  • image
  • image_mask
  • None

When enabled will use interpolation that was passed to the transform for upscale, but cv2.INTER_AREA for downscale, as for downscale INTER_AREA generates the least amount of artifacts.

image

Speedups

Vectorized application to videos and volume in

When applied to videos Albumentations on 1 CPU core is still, slower than torchvision on GTX 4090, (Benchmark on videos). But with such pull requests, the gap. hopefully, will get smaller.

Bugfixes

  • Fixed bug in MotionBlur, direction argument was not used.
  • Bugfix in saving / loading piplines to huggingface hub. Now it works in windows as well.

🛠 Albumentations 2.0.7 Release Notes

Want to stay in the loop?
Get updates on new features, documentation changes, and tools like the UI explorer by subscribing to our mailing list:
👉 https://albumentations.ai/subscribe/
You can unsubscribe anytime.


💖 Support Our Work

... (truncated)

Commits

Updates p-tqdm from 1.4.0 to 1.4.2

Release notes

Sourced from p-tqdm's releases.

Fixing typing issue in setup.py

Fixing a typing issue in setup.py that broke installs for Python <3.10. Thank you @​sahiljhawar for the fix!

with...as... syntax

Changed the creation of Pool to use with...as syntax (swansonk14/p_tqdm#47). Thank you @​r-menezes!

Commits

Updates orjson from 3.9.2 to 3.11.4

Release notes

Sourced from orjson's releases.

3.11.4

Changed

  • ABI compatibility with CPython 3.15 alpha 1.
  • Publish PyPI wheels for 3.14 and manylinux i686, manylinux arm7, manylinux ppc64le, manylinux s390x.
  • Build now requires a C compiler.

3.11.3

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.

3.11.2

Fixed

  • Fix build using Rust 1.89 on amd64.

Changed

  • Build now depends on Rust 1.85 or later instead of 1.82.

3.11.1

Changed

  • Publish PyPI wheels for CPython 3.14.

Fixed

  • Fix str on big-endian architectures.

3.11.0

Changed

  • Use a deserialization buffer allocated per request instead of a shared buffer allocated on import.
  • ABI compatibility with CPython 3.14 beta 4.

3.10.18

Fixed

  • Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17.

3.10.17

Changed

  • Publish PyPI Windows aarch64/arm64 wheels.
  • ABI compatibility with CPython 3.14 alpha 7.
  • Fix incompatibility running on Python 3.13 using WASM.

... (truncated)

Changelog

Sourced from orjson's changelog.

3.11.4 - 2025-10-24

Changed

  • ABI compatibility with CPython 3.15 alpha 1.
  • Publish PyPI wheels for 3.14 and manylinux i686, manylinux arm7, manylinux ppc64le, manylinux s390x.
  • Build now requires a C compiler.

3.11.3 - 2025-08-26

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.

3.11.2 - 2025-08-12

Fixed

  • Fix build using Rust 1.89 on amd64.

Changed

  • Build now depends on Rust 1.85 or later instead of 1.82.

3.11.1 - 2025-07-25

Changed

  • Publish PyPI wheels for CPython 3.14.

Fixed

  • Fix str on big-endian architectures. This was introduced in 3.11.0.

3.11.0 - 2025-07-15

Changed

  • Use a deserialization buffer allocated per request instead of a shared buffer allocated on import.
  • ABI compatibility with CPython 3.14 beta 4.

3.10.18 - 2025-04-29

... (truncated)

Commits
  • a4fdeb3 3.11.4
  • 2e80d68 unlikely to cold_path, remove intrinsics
  • 27edea9 FFI through crate::ffi, partial non-CPython compatibility
  • 416a8c9 Unconditionally build yyjson
  • c8c1a17 edition 2024
  • af4179a build maintenance, panic_immediate_abort break, test 3.15
  • aa8c946 3.11.3
  • 2442efc Fix PyPI project metadata when using maturin 1.9.2 or later
  • ba76014 3.11.2
  • 4931590 CPython compatibility misc
  • Additional commits viewable in compare view

Updates kaggle from 1.5.15 to 1.7.4.5

Release notes

Sourced from kaggle's releases.

1.7.4.5

No release notes provided.

1.7.4.2

No release notes provided.

1.7.3b1

No release notes provided.

1.7.3b0

No release notes provided.

1.6.3

Release date: 01/11/24

  • Add "Flax" and "Pax" frameworks

1.6.2

Release date: 01/09/24

  • Add "Other" framework

1.6.1

Release date: 01/08/24

  • Fix dataset/model upload.

1.6.0

Release date: 01/04/24

  • Release the pre-release branch with models endpoints.

1.6.0a3

Release date: 7/06/23

  • Alpha Release for Models endpoints
  • Confirmation for deleting a model, instance or version

1.5.16

Release date: 7/17/23

  • Fix dataset download bug with locale
  • Resumable uploads
  • Retry some failed requests
Changelog

Sourced from kaggle's changelog.

1.7.4.5

A versioning error caused 1.7.4.4 to not be release.

1.7.4.4

Version 1.7.4.3 was not release because pre-release testing discovered a bug. The changes in this release are the same as 1.7.4.3.

1.7.4.3

  • Fix a problem downloading dataset files (#751)
  • Fix competitions category 'all' (#740)
  • Clean up indentation per #754
  • Fix a problem downloading competition files (#739)

1.7.4.2

  • Fix a problem in downloading kernel output files.

1.7.4.1

  • Fix a dataset download problem. Datasets that had a license were failing to download.
  • Update the documentation to include code competition submit.

1.7.4

Version 1.7.3 was never released. There were errors in versioning on test.pypi.org. For consistency, we decided to jump several version numbers. This is the first release since 1.6.17.

The actual changes are described in 1.7.3.

1.7.3

There was an error in versioning. We went from 1.6.17 to 1.7.3.

  • Added the ability to submit to a code competition. Some required arguments have been made optional.
  • Added a --timeout option to kaggle kernels push to limit the run-time to the specified number of seconds.
  • Removed Swagger. Projects that use kaggle/api/kaggle_api.py may be affected. That file is deprecated and will be removed. Most of its functions still work, but those that involve uploading files no longer work. The command-line tool uses a higher-level abstraction for uploading, and client code needs to be converted to use that.

1.7.3b2

  • Added the ability to submit to a code competition. Some required arguments have been made optional.
  • Added a --timeout option to kaggle kernels push to limit the run-time to the specified number of seconds.

1.7.3b1

... (truncated)

Commits

Updates pytest from 7.4.0 to 8.4.2

Release notes

Sourced from pytest's releases.

8.4.2

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a module is skipped.

  • #13530: Fixed a crash when using pytest.approx{.interpreted-text role="func"} and decimal.Decimal{.interpreted-text role="class"} instances with the decimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #13549: No longer evaluate type annotations in Python 3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly use from __future__ import annotations and import types for annotations within a if TYPE_CHECKING: block.

  • #13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in pytest.Parser.addini{.interpreted-text role="meth"}.

  • #13563: pytest.approx{.interpreted-text role="func"} now only imports numpy if NumPy is already in sys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #13577: Clarify that pytest_generate_tests is discovered in test modules/classes; other hooks must be in conftest.py or plugins.

Contributor-facing changes

  • #13480: Self-testing: fixed a few test failures when run with -Wdefault or a similar override.
  • #13547: Self-testing: corrected expected message for test_doctest_unexpected_exception in Python 3.14.
  • #13684: Make pytest's own testsuite insensitive to the presence of the CI environment variable -- by ogrisel{.interpreted-text role="user"}.

8.4.1

pytest 8.4.1 (2025-06-17)

Bug fixes

  • #13461: Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it was just a boolean which could break correct code when using -o log_cli=true).

  • #13477: Reintroduced pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.

    This warning is raised when a test functions returns a value other than None, which is often a mistake made by beginners.

    See return-not-none{.interpreted-text role="ref"} for more information.

  • #13497: Fixed compatibility with Twisted 25+.

Improved documentation

  • #13492: Fixed outdated warning about faulthandler not working on Windows.

8.4.0

pytest 8.4.0 (2025-06-02)

... (truncated)

Commits
  • bfae422 Prepare release version 8.4.2
  • 8990538 Fix passenv CI in tox ini and make tests insensitive to the presence of the C...
  • ca676bf Merge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...
  • 975a60a Merge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...
  • 7723ce8 Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...
  • b7f0568 Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests
  • 2c94c4a add missing colon (#13640) (#13641)
  • c3d7684 Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...
  • dc6e3be Merge pull request #13605 from The-Compiler/training-update-2025-07
  • f87289c Fix crash with times output style and skipped module (#13573) (#13579)
  • Additional commits viewable in compare view

Updates psrcal from 0.0.2 to 1.0.0

Commits

Updates quapy from 0.1.9 to 0.2.0

Release notes

Sourced from quapy's releases.

QuaPy v0.2.0

  • Base code Refactor:
    • Removing coupling between LabelledCollection and quantification methods; the fit interface changes: def fit(data:LabelledCollection): -> def fit(X, y):
    • Adding function "predict" (function "quantify" is still present as an alias, for the nostalgic)
    • Aggregative methods's behavior in terms of fit_classifier and how to treat the val_split is now indicated exclusively at construction time, and it is no longer possible to indicate it at fit time. This is because, in v<=0.1.9, one could create a method (e.g., ACC) and then indicate: my_acc.fit(tr_data, fit_classifier=False, val_split=val_data) in which case the first argument is unused, and this was ambiguous with my_acc.fit(the_data, fit_classifier=False) in which case the_data is to be used for validation purposes. However, the val_split could be set as a fraction indicating only part of the_data must be used for validation, and the rest wasted... it was certainly confusing.
    • This change imposes a versioning constrain with qunfold, which now must be >= 0.1.6
  • EMQ has been modified, so that the representation function "classify" now only provides posterior probabilities and, if required, these are recalibrated (e.g., by "bcts") during the aggregation function.
    • A new parameter "on_calib_error" is passed to the constructor, which informs of the policy to follow in case the abstention's calibration functions failed (which happens sometimes). Options include: - 'raise': raises a RuntimeException (default) - 'backup': reruns by silently avoiding calibration
    • Parameter "recalib" has been renamed "calib"
  • Added aggregative bootstrap for deriving confidence regions (confidence intervals, ellipses in the simplex, or ellipses in the CLR space). This method is efficient as it leverages the two-phases of the aggregative quantifiers. This method applies resampling only to the aggregation phase, thus avoiding to train many quantifiers, or classify multiple times the instances of a sample. See:
    • quapy/method/confidence.py (new)
    • the new example no. 16.confidence_regions.py
  • BayesianCC moved to confidence.py, where methods having to do with confidence intervals belong.
  • Improved documentation of qp.plot module.
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

Bumps the python-packages group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [albumentations](https://github.com/albumentations-team/albumentations) | `2.0.5` | `2.0.8` |
| [p-tqdm](https://github.com/swansonk14/p_tqdm) | `1.4.0` | `1.4.2` |
| [orjson](https://github.com/ijl/orjson) | `3.9.2` | `3.11.4` |
| [kaggle](https://github.com/Kaggle/kaggle-api) | `1.5.15` | `1.7.4.5` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `8.4.2` |
| [psrcal](https://github.com/luferrer/psr-calibration) | `0.0.2` | `1.0.0` |
| [quapy](https://github.com/HLT-ISTI/QuaPy) | `0.1.9` | `0.2.0` |



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

Updates `p-tqdm` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/swansonk14/p_tqdm/releases)
- [Commits](swansonk14/p_tqdm@v_1.4.0...v_1.4.2)

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

Updates `kaggle` from 1.5.15 to 1.7.4.5
- [Release notes](https://github.com/Kaggle/kaggle-api/releases)
- [Changelog](https://github.com/Kaggle/kaggle-api/blob/1.7.4.5/CHANGELOG.md)
- [Commits](Kaggle/kaggle-api@1.5.15...1.7.4.5)

Updates `pytest` from 7.4.0 to 8.4.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@7.4.0...8.4.2)

Updates `psrcal` from 0.0.2 to 1.0.0
- [Commits](https://github.com/luferrer/psr-calibration/commits)

Updates `quapy` from 0.1.9 to 0.2.0
- [Release notes](https://github.com/HLT-ISTI/QuaPy/releases)
- [Commits](HLT-ISTI/QuaPy@0.1.9...0.2.0)

---
updated-dependencies:
- dependency-name: albumentations
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: p-tqdm
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: orjson
  dependency-version: 3.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: kaggle
  dependency-version: 1.7.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: psrcal
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: quapy
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants