Yelp / beans

Bringing people together, one cup of coffee at a time
MIT License
93 stars 37 forks source link

Bump the all-dependencies group in /api with 15 updates #384

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group in /api with 15 updates:

Package From To
boto3 1.34.151 1.35.10
pyyaml 6.0.1 6.0.2
wheel 0.43.0 0.44.0
cachetools 5.4.0 5.5.0
certifi 2024.7.4 2024.8.30
coverage 7.6.0 7.6.1
idna 3.7 3.8
tox 4.16.0 4.18.0
botocore 1.34.151 1.35.10
importlib-metadata 8.2.0 8.4.0
pydantic-core 2.20.1 2.23.1
pyparsing 3.1.2 3.1.4
sqlalchemy 2.0.31 2.0.32
werkzeug 3.0.3 3.0.4
zipp 3.19.2 3.20.1

Updates boto3 from 1.34.151 to 1.35.10

Commits
  • 85cba10 Merge branch 'release-1.35.10'
  • 7264985 Bumping version to 1.35.10
  • 4e8bc10 Add changelog entries from botocore
  • 6f961e2 Merge branch 'release-1.35.9'
  • 25ebb36 Merge branch 'release-1.35.9' into develop
  • ed635b5 Bumping version to 1.35.9
  • 3a06379 Add changelog entries from botocore
  • 0733f58 Merge branch 'release-1.35.8'
  • 1cbfeec Merge branch 'release-1.35.8' into develop
  • 79f7f2c Bumping version to 1.35.8
  • Additional commits viewable in compare view


Updates pyyaml from 6.0.1 to 6.0.2

Release notes

Sourced from pyyaml's releases.

6.0.2

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2

6.0.2rc1

  • Support for extension build with Cython 3.x
  • Support for Python 3.13
  • Added PyPI wheels for musllinux on aarch64
Changelog

Sourced from pyyaml's changelog.

6.0.2 (2024-08-06)

Commits


Updates wheel from 0.43.0 to 0.44.0

Release notes

Sourced from wheel's releases.

0.44.0

  • Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
  • Deprecated the bdist_wheel module, as the code was migrated to setuptools itself
Changelog

Sourced from wheel's changelog.

Release Notes

0.44.0 (2024-08-04)

  • Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
  • Deprecated the bdist_wheel module, as the code was migrated to setuptools itself

0.43.0 (2024-03-11)

  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0 (2023-11-26)

  • Allowed removing build tag with wheel tags --build ""
  • Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them
  • Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF
  • Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert)

0.41.3 (2023-10-30)

  • Updated vendored packaging to 23.2
  • Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)

0.41.2 (2023-08-22)

  • Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
  • Fixed wheel tags to not list directories in RECORD files (PR by Mike Taves)
  • Fixed ABI tag generation for GraalPy (PR by Michael Simacek)

0.41.1 (2023-08-05)

  • Fixed naming of the data_dir directory in the presence of local version segment given via egg_info.tag_build (PR by Anderson Bravalheri)
  • Fixed version specifiers in Requires-Dist being wrapped in parentheses

0.41.0 (2023-07-22)

  • Added full support of the build tag syntax to wheel tags (you can now set a build tag like 123mytag)
  • Fixed warning on Python 3.12 about onerror deprecation. (PR by Henry Schreiner)
  • Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)

... (truncated)

Commits
  • 7bb46d7 Created a new release
  • 0add7d6 Deprecated bdist_wheel and updated the README (#631)
  • 46c2389 chore: make sure local ruff runs don't touch vendored (#618)
  • 78b9ea9 Updated Cirrus CI config to use FreeBSD 14
  • 3d3916a [pre-commit.ci] pre-commit autoupdate (#627)
  • 1e00742 Revert "Apply new ruff/pyupgrade rule UP032 (#617)"
  • 16206e6 Apply new ruff/pyupgrade rule UP032 (#617)
  • 0b7771e Updated pre-commit modules and applied ruff fixes
  • bd8ab85 Extended the ruff rule list and applied fixes
  • 376373b Allow bdist_wheel working without ctypes (#613)
  • Additional commits viewable in compare view


Updates cachetools from 5.4.0 to 5.5.0

Changelog

Sourced from cachetools's changelog.

v5.5.0 (2024-08-18)

  • TTLCache.expire() returns iterable of expired (key, value) pairs.

  • TLRUCache.expire() returns iterable of expired (key, value) pairs.

  • Documentation improvements.

  • Update CI environment.

Commits


Updates certifi from 2024.7.4 to 2024.8.30

Commits


Updates coverage from 7.6.0 to 7.6.1

Changelog

Sourced from coverage's changelog.

Version 7.6.1 — 2024-08-04

  • Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path> argument. This is now fixed, thanks to Ask Hjorth Larsen <pull 1819_>_.

  • Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl <pull 1828_>_.

  • Now we publish wheels for Python 3.13, both regular and free-threaded.

.. _pull 1819: nedbat/coveragepy#1819 .. _pull 1828: nedbat/coveragepy#1828

.. _changes_7-6-0:

Commits
  • 29f5898 docs: sample HTML for 7.6.1
  • 9b829f1 docs: prep for 7.6.1
  • ebbb6a2 build: wheels for 3.13rc1
  • 3872525 chore: make upgrade
  • 7a27f40 test: fix a test on free-threading, use abiflags to get site-packages path co...
  • 2b53664 build: include gil/nogil in the version banner
  • da1682f docs: changelog and contributor for #1828
  • dc819ff test: two tests for #1828
  • 9aaa404 fix: properly handle backslash before multi-line string (#1828)
  • 9c50270 chore: make upgrade
  • Additional commits viewable in compare view


Updates idna from 3.7 to 3.8

Release notes

Sourced from idna's releases.

v3.8

What's Changed

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Full Changelog: https://github.com/kjd/idna/compare/v3.7...v3.8

Changelog

Sourced from idna's changelog.

3.8 (2024-08-23) ++++++++++++++++

  • Fix regression where IDNAError exception was not being produced for certain inputs.
  • Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
  • Documentation improvements
  • Updates to package testing using Github actions

Thanks to Hugo van Kemenade for contributions to this release.

Commits
  • 784c6f4 Release v3.8
  • 28c7c9e Typo fix
  • a2b41c3 Pin remainder of Github Actions flagged in code scanning
  • 1f613c5 More Github Action dependency pinning
  • a87e2b6 Update OSSF scorecard to latest version
  • 12d4dd1 Merge pull request #182 from kjd/github-pypi-actions
  • e1a1541 Pin Github Actions dependencies
  • c109d3a Merge branch 'master' into github-pypi-actions
  • f8a8de4 Do not try to build/send packages to TestPyPI for now
  • 613bdde Update regexp to move global flag to start of expression
  • Additional commits viewable in compare view


Updates tox from 4.16.0 to 4.18.0

Release notes

Sourced from tox's releases.

4.18.0

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.17.1...4.18.0

4.17.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.17.0...4.17.1

4.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.16.0...4.17.0

Changelog

Sourced from tox's changelog.

v4.18.0 (2024-08-13)

Features - 4.18.0

- Suppress spinner in parallel runs in CI - by :user:`ziima`. (:issue:`3318`)

Bugfixes - 4.18.0

  • Boost temporary directories cleanup in tests - by :user:ziima. (:issue:3278)
  • Fix absolute base python paths conflicting - by :user:gaborbernat. (:issue:3325)

v4.17.1 (2024-08-07)

Bugfixes - 4.17.1

- Support for running ``-e <major>.<minor>`` has been lost, fixing it - by :user:`gaborbernat`. (:issue:`2849`)
- ``base_python`` now accepts absolute paths to interpreter executable - by :user:`paveldikov`. (:issue:`3191`)

v4.17.0 (2024-08-05)

Features - 4.17.0

  • Add graalpy prefix as a supported base python (:issue:3312)
  • Add :ref:on_platform core configuration holding the tox platform and do not install package when exec an environment
    • by :user:gaborbernat. (:issue:3315)

Bugfixes - 4.17.0

- Add table with default environment variables per OS (:issue:`2753`)
Commits


Updates botocore from 1.34.151 to 1.35.10

Changelog

Sourced from botocore's changelog.

1.35.10

  • api-change:backup: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

1.35.9

  • api-change:bedrock-agent-runtime: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
  • api-change:bedrock-runtime: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
  • api-change:personalize: This releases ability to update automatic training scheduler for customer solutions
  • api-change:quicksight: Increased Character Limit for Dataset Calculation Field expressions
  • api-change:stepfunctions: This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
  • api-change:wafv2: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

1.35.8

  • api-change:appconfig: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
  • api-change:datazone: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
  • api-change:devicefarm: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
  • api-change:ec2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
  • api-change:internetmonitor: Adds new querying types to show overall traffic suggestion information for monitors
  • api-change:pcs: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
  • api-change:workspaces: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

1.35.7

  • api-change:bedrock: Amazon Bedrock SDK updates for Inference Profile.
  • api-change:bedrock-runtime: Amazon Bedrock SDK updates for Inference Profile.
  • api-change:chatbot: Update documentation to be consistent with the API docs
  • api-change:omics: Adds data provenance to import jobs from read sets and references
  • api-change:polly: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).

1.35.6

  • api-change:iotsitewise: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
  • api-change:workspaces: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.

1.35.5

... (truncated)

Commits
  • 6e846e8 Merge branch 'release-1.35.10'
  • 6cb9ba2 Bumping version to 1.35.10
  • 8c5e3e5 Update endpoints model
  • 5b5356f Update to latest models
  • 3428c19 Merge branch 'release-1.35.9' into develop
  • 606af07 Merge branch 'release-1.35.9'
  • 764d893 Bumping version to 1.35.9
  • 9a37f04 Update to latest models
  • c294152 Merge branch 'release-1.35.8' into develop
  • fbd8b1e Merge branch 'release-1.35.8'
  • Additional commits viewable in compare view


Updates importlib-metadata from 8.2.0 to 8.4.0

Changelog

Sourced from importlib-metadata's changelog.

v8.4.0

Features

  • Deferred import of inspect for import performance. (#499)

v8.3.0

Features

  • Disallow passing of 'dist' to EntryPoints.select.
Commits


Updates pydantic-core from 2.20.1 to 2.23.1

Release notes

Sourced from pydantic-core's releases.

v2.23.1 2024-08-29

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.23.0...v2.23.1

v2.23.0 2024-08-19

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.22.0...v2.23.0

v2.22.0 2024-08-15

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.21.0...v2.22.0

v2.21.0 2024-08-05

What's Changed

Packaging

... (truncated)

Commits
  • d93e6b1 Prep for v2.23.1 patch release (#1425)
  • cd04138 Refactor BigInt boilerplate (#1421)
  • d0384c7 Support BigInt serialization for int subclasses (#1417)
  • f4a0675 Use more explicit warning regarding serialization warning for missing fields ...
  • 4113638 Prep for v2.23.0 (#1412)
  • 51c412b Breaking change: Change metadata type hint from Any -> `Dict[str, Any] | ...
  • b127652 Adding cls reference to TypedDictSchema (#1410)
  • de04f03 Disable automatic assignees with hooky (#1408)
  • a6d0d63 Version bump to prep for new release (#1406)
  • 08a99b5 Introduce exactness into Decimal validation logic (#1405)
  • Additional commits viewable in compare view


Updates pyparsing from 3.1.2 to 3.1.4

Changelog

Sourced from pyparsing's changelog.

Version 3.1.4 - August, 2024

  • Fixed a regression introduced in pyparsing 3.1.3, addition of a type annotation that referenced re.Pattern. Since this type was introduced in Python 3.7, using this type definition broke Python 3.6 installs of pyparsing 3.1.3. PR submitted by Felix Fontein, nice work!

Version 3.1.3 - August, 2024

  • Added new Tag ParserElement, for inserting metadata into the parsed results. This allows a parser to add metadata or annotations to the parsed tokens. The Tag element also accepts an optional value parameter, defaulting to True. See the new tag_metadata.py example in the examples directory.

    Example:

      # add tag indicating mood
      end_punc = "." | ("!" + Tag("enthusiastic")))
      greeting = "Hello" + Word(alphas) + end_punc
    

    result = greeting.parse_string("Hello World.") print(result.dump())

    result = greeting.parse_string("Hello World!") print(result.dump())

    prints:

      ['Hello', 'World', '.']
    

    ['Hello', 'World', '!']

    • enthusiastic: True
  • Added example mongodb_query_expression.py, to convert human-readable infix query expressions (such as a==100 and b>=200) and transform them into the equivalent query argument for the pymongo package ({'$and': [{'a': 100}, {'b': {'$gte': 200}}]}). Supports many equality and inequality operators - see the docstring for the transform_query function for more examples.

  • Fixed issue where PEP8 compatibility names for ParserElement static methods were not themselves defined as staticmethods. When called using a ParserElement instance, this resulted in a TypeError exception. Reported by eylenburg (#548).

  • To address a compatibility issue in RDFLib, added a property setter for the ParserElement.name property, to call ParserElement.set_name.

  • Modified ParserElement.set_name() to accept a None value, to clear the defined name and corresponding error message for a ParserElement.

  • ... (truncated)

    Commits
    • b846e4a Prep for 3.1.4 release
    • 9bd2356 Add Python 3.6 to CI (#566)
    • ee50a19 Add Tag notes to HowToUsePyparsing.rst
    • 3ffc3ef Fix typo
    • e5e97f7 Add mongodb_query_expression.py to examples; updated 0README.html and test_ex...
    • 10cef98 Add Tag ParserElement class
    • cf41d90 Prep for 3.1.3 release
    • d7c163c Some minor code changes in chemical_formulas.py
    • eb56030 Various code cleanups
    • a9e7d47 Added name property setter, and enhanced set_name() to accept a None value to...
    • Additional commits viewable in compare view


    Updates sqlalchemy from 2.0.31 to 2.0.32

    Release notes

    Sourced from sqlalchemy's releases.

    2.0.32

    Released: August 5, 2024

    general

    • [general] [bug] [regression] Restored legacy class names removed from sqlalalchemy.orm.collections.*, including _orm.MappedCollection, _orm.mapped_collection(), _orm.column_mapped_collection(), _orm.attribute_mapped_collection(). Pull request courtesy Takashi Kajinami.

      References: #11435

    orm

    • [orm] [usecase] The _orm.aliased.name parameter to _orm.aliased() may now be combined with the _orm.aliased.flat parameter, producing per-table names based on a name-prefixed naming convention. Pull request courtesy Eric Atkin.

      References: #11575

    • [orm] [bug] [regression] Fixed regression going back to 1.4 where accessing a collection using the "dynamic" strategy on a transient object and attempting to query would raise an internal error rather than the expected NoResultFound that occurred in 1.3.

      This change is also backported to: 1.4.53

      References: #11562

    • [orm] [bug] Fixed issue where using the _orm.Query.enable_eagerloads() and _orm.Query.yield_per() methods at the same time, in order to disable eager loading that's configured on the mapper directly, would be silently ignored, leading to errors or unexpected eager population of attributes.

      References: #10834

    • [orm] [bug] [regression] Fixed regression appearing in 2.0.21 caused by #10279 where using a _sql.delete() or _sql.update() against an ORM class that is the base of an inheritance hierarchy, while also specifying that subclasses should be loaded polymorphically, would leak the polymorphic joins into the UPDATE or DELETE statement as well creating incorrect SQL.

      References: #11625

    • [orm] [bug] [regression] Fixed regression from version 1.4 in

    ... (truncated)

    Commits


    Updates werkzeug from 3.0.3 to 3.0.4

    Release notes

    Sourced from werkzeug's releases.

    3.0.4

    This is the Werkzeug 3.0.4 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.

    PyPI: https://pypi.org/project/Werkzeug/3.0.4/ Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-4 Milestone: https://github.com/pallets/werkzeug/milestone/36?closed=1

    • Restore behavior where parsing multipart/x-www-form-urlencoded data with invalid UTF-8 bytes in the body results in no form data parsed rather than a 413 error. #2930
    • Improve parse_options_header performance when parsing unterminated quoted string values. #2904
    • Debugger pin auth is synchronized across threads/processes when tracking failed entries. #2916
    • Dev server handles unexpected SSLEOFError due to issue in Python < 3.13. #2926
    • Debugger pin auth works when the URL already contains a query string. #2918
    Changelog

    Sourced from werkzeug's changelog.

    Version 3.0.4

    Released 2024-08-21

    • Restore behavior where parsing multipart/x-www-form-urlencoded data with invalid UTF-8 bytes in the body results in no form data parsed rather than a 413 error. :issue:2930
    • Improve parse_options_header performance when parsing unterminated quoted string values. :issue:2904
    • Debugger pin auth is synchronized across threads/processes when tracking failed entries. :issue:2916
    • Dev server handles unexpected SSLEOFError due to issue in Python < 3.13. :issue:2926
    • Debugger pin auth works when the URL already contains a query string. :issue:2918
    Commits
    • b933ccb release version 3.0.4
    • c09de73 debugger works on urls with query string (#2942)
    • 1d1d987 debugger works on urls with query string
    • 32a77a0 treat SSLEOFError as dropped connection (#2941)
    • cf18d03 treat SSLEOFError as dropped connection
    • a1db120 synchronize failed pin entry (#2940)
    • 6504819 synchronize failed pin entry
    • 7abec4b improve parse_options_header performance (#2939)
    • 3a893d2 improve parse_options_header performance
    • 3a52597 restore invalid bytes behavior for form parser (#2938)
    • Additional commits viewable in compare view


    Updates zipp from 3.19.2 to 3.20.1

    Changelog

    Sourced from zipp's changelog.

    v3.20.1

    Bugfixes

    • python/cpython#123270

    v3.20.0

    Features

    • Made the zipfile compatibility overlay available as zipp.compat.overlay.

    v3.19.3

    Bugfixes

    • Also match directories in Path.glob. (#121)
    Commits
    • c23e549 Finalize
    • c2b9015 Merge pull request #124 from jaraco/bugfix/gh-123270-supported-names
    • 774a3ac Add TODO to consolidate this behavior in CPython.
    • cc61e61 Prefer simpler path.rstrip to consolidate checks for empty or only paths.
    • bec712f Mark unused code as uncovered.
    • fde82dc Add news fragment.
    • a421f7e Invent DirtyZipInfo to create an unsanitized zipfile with backslashes.
    • 0a3a7b4 Refine expectation that paths with leading slashes are simply not visible.
    • f89b93f Address infinite loop when zipfile begins with more than one leading slash.
    • 3cb5609 Removed SanitizedNames.
    • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
    dependabot[bot] commented 2 weeks ago

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