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 requirements group across 1 directory with 6 updates #1895

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the requirements group with 6 updates in the / directory:

Package From To
setuptools-scm 8.0.4 8.1.0
pytest 8.1.1 8.2.1
azure-storage-blob 12.16.0 12.20.0
pymongo 4.6.3 4.7.2
fsspec 2023.12.2 2024.5.0
s3fs 2023.12.2 2024.5.0

Updates setuptools-scm from 8.0.4 to 8.1.0

Release notes

Sourced from setuptools-scm's releases.

v8.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from setuptools-scm's changelog.

Commits
  • 234b74f Merge pull request #1039 from ap--/fix-timezone-error
  • 3e613cd [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 49a89c9 setuptools_scm.git: fix handling of dates in isoformat ending with Z
  • 9645373 tests: add git get_head_date test for isoformat dates ending with Z
  • d75201a Merge pull request #1024 from danchr/hg-archive-branch
  • d8d2b86 Merge pull request #1033 from LecrisUT/fix/git_archival
  • 9ea57a0 Make .git_archival.txt more reproducible
  • d081257 Merge pull request #1027 from pypa/pre-commit-ci-update-config
  • c9b3860 [pre-commit.ci] pre-commit autoupdate
  • 1ac50c2 Merge pull request #1026 from pypa/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates pytest from 8.1.1 to 8.2.1

Release notes

Sourced from pytest's releases.

8.2.1

pytest 8.2.1 (2024-05-19)

Improvements

  • #12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.

8.2.0

pytest 8.2.0 (2024-04-27)

Deprecations

  • #12069: A deprecation warning is now raised when implementations of one of the following hooks request a deprecated py.path.local parameter instead of the pathlib.Path parameter which replaced it:

    • pytest_ignore_collect{.interpreted-text role="hook"} - the path parameter - use collection_path instead.
    • pytest_collect_file{.interpreted-text role="hook"} - the path parameter - use file_path instead.
    • pytest_pycollect_makemodule{.interpreted-text role="hook"} - the path parameter - use module_path instead.
    • pytest_report_header{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.
    • pytest_report_collectionfinish{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.

    The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0.

    See legacy-path-hooks-deprecated{.interpreted-text role="ref"} for more details.

Features

  • #11871: Added support for reading command line arguments from a file using the prefix character @, like e.g.: pytest @tests.txt. The file must have one argument per line.

    See Read arguments from file <args-from-file>{.interpreted-text role="ref"} for details.

Improvements

... (truncated)

Commits
  • 66ff8df Prepare release version 8.2.1
  • 3ffcfd1 Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x
  • 0b28313 [8.2.x] Add Python 3.13 (beta) support
  • f3dd93a [8.2.x] Attest package provenance (#12335)
  • bb5a125 [8.2.x] Spelling (#12331)
  • f179bf2 Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x
  • 2b671b5 [8.2.x] cacheprovider: fix .pytest_cache not being world-readable
  • 65ab7cb Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x
  • 4d5fb7d Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.x
  • cbe5996 [8.2.x] changelog: document unittest 8.2 change as breaking
  • Additional commits viewable in compare view

Updates azure-storage-blob from 12.16.0 to 12.20.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.20.0

12.20.0 (2024-05-07)

Features Added

  • Stable release of features from 12.20.0b1

azure-storage-blob_12.20.0b1

12.20.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when using async OAuth credentials.
  • Fixed a typing issue which incorrectly typed the readinto API. The correct input type is IO[bytes].
  • Fixed a typo in the initialization of completion_time for the CopyProperties model.
  • Fixed a couple of issues with upload_blob when using Iterators/Generators as the data input.

Other Changes

  • Passing prefix to the following ContainerClient APIs now raises a ValueError: list_blobs, list_blobs_names, and walk_blobs. This change was made to avoid confusion for filtering results. The name_starts_with parameter is the correct parameter to pass for filtering.
Commits

Updates pymongo from 4.6.3 to 4.7.2

Release notes

Sourced from pymongo's releases.

PyMongo 4.7.2

Community Notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-2-released/279584

PyMongo 4.7.1

Community release note: https://www.mongodb.com/community/forums/t/pymongo-4-7-1-released/278459

PyMongo 4.7.0

Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-0-released/277656

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.7.2

Version 4.7.2 fixes a bug introduced in 4.7.0:

  • Fixed a bug where PyMongo could not be used with the Nuitka compiler.

Issues Resolved ...............

See the PyMongo 4.7.2 release notes in JIRA_ for the list of resolved issues in this release.

.. _PyMongo 4.7.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=39710

Changes in Version 4.7.1

Version 4.7.1 fixes a bug introduced in 4.7.0:

  • Fixed a bug where PyMongo would cause an AttributeError if dns.resolver was imported and referenced after PyMongo was imported.
  • Clarified the behavior of the TOKEN_RESOURCE auth mechanism property for MONGODB-OIDC.

Issues Resolved ...............

See the PyMongo 4.7.1 release notes in JIRA_ for the list of resolved issues in this release.

.. _PyMongo 4.7.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=39680

Changes in Version 4.7

PyMongo 4.7 brings a number of improvements including:

  • Added support for MONGODB-OIDC authentication. The MONGODB-OIDC mechanism authenticates using an OpenID Connect (OIDC) access token. The driver supports OIDC for workload identity, defined as an identity you assign to a software workload (such as an application, service, script, or container) to authenticate and access other services and resources. Please see :doc:examples/authentication for more information.
  • Added support for Python's native logging library <https://docs.python.org/3/howto/logging.html>_, enabling developers to customize the verbosity of log messages for their applications. Please see :doc:examples/logging for more information.
  • Significantly improved the performance of encoding BSON documents to JSON.
  • Added support for named KMS providers for client side field level encryption. Previously supported KMS providers were only: aws, azure, gcp, kmip, and local. The KMS provider is now expanded to support name suffixes (e.g. local:myname).

... (truncated)

Commits

Updates fsspec from 2023.12.2 to 2024.5.0

Commits
  • 0bb3f26 changelog (#1601)
  • 1efaca9 Fix typo found by codespell (#1599)
  • da77548 LocalFileSystem restore _strip_protocol signature (#1567)
  • bc40f36 Apply ruff/flake8-implicit-str-concat rule ISC001 (#1598)
  • ecf7f86 Fix bug in rsync's delete_missing (#1596)
  • 8acde84 fsspec.implementations.smb: try harder to ensure session is registered (#1597)
  • df65747 Fix equality for AbstractBufferedFile != b'' (#1594)
  • 05e8858 Remove mv_file(): not in the specs, while mv() is (#1585)
  • 69f4fe8 Stringify url in url_to_fs (#1591)
  • b532078 added type guards for MemoryFileSystem and name property to MemoryFile class ...
  • Additional commits viewable in compare view

Updates s3fs from 2023.12.2 to 2024.5.0

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 requirements group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [setuptools-scm](https://github.com/pypa/setuptools_scm) | `8.0.4` | `8.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.1` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.16.0` | `12.20.0` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.3` | `4.7.2` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2023.12.2` | `2024.5.0` |
| [s3fs](https://github.com/fsspec/s3fs) | `2023.12.2` | `2024.5.0` |



Updates `setuptools-scm` from 8.0.4 to 8.1.0
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools_scm@v8.0.4...v8.1.0)

Updates `pytest` from 8.1.1 to 8.2.1
- [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.1.1...8.2.1)

Updates `azure-storage-blob` from 12.16.0 to 12.20.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.16.0...azure-storage-blob_12.20.0)

Updates `pymongo` from 4.6.3 to 4.7.2
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.6.3...4.7.2)

Updates `fsspec` from 2023.12.2 to 2024.5.0
- [Commits](fsspec/filesystem_spec@2023.12.2...2024.5.0)

Updates `s3fs` from 2023.12.2 to 2024.5.0
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2023.12.2...2024.5.0)

---
updated-dependencies:
- dependency-name: setuptools-scm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: azure-storage-blob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: pymongo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: fsspec
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requirements
- dependency-name: s3fs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requirements
...

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 May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this May 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/requirements-eab3d0d68d branch May 23, 2024 22:42
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.

None yet

0 participants