Skip to content

chore(deps): bump the python-dependencies group with 3 updates - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-cebf275042
Open

chore(deps): bump the python-dependencies group with 3 updates#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-dependencies-cebf275042

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on groq, gitpython and cryptography to permit the latest version.
Updates groq to 1.7.0

Release notes

Sourced from groq's releases.

v1.7.0

1.7.0 (2026-08-25)

Full Changelog: v1.6.0...v1.7.0

Features

  • chat: add Qwen3.8 reasoning guidance (5d65203)

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (26fdd4f)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (01f00ea)

Chores

  • deps: update lock files to fix known vulnerabilities (GC1-104) (#280) (9620fde)
  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (85b6cce)
  • internal: allow the mock server port to be set with STAINLESS_MOCK_PORT (4e10497)
Changelog

Sourced from groq's changelog.

1.7.0 (2026-08-25)

Full Changelog: v1.6.0...v1.7.0

Features

  • chat: add Qwen3.8 reasoning guidance (5d65203)

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (26fdd4f)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (01f00ea)

Chores

  • deps: update lock files to fix known vulnerabilities (GC1-104) (#280) (9620fde)
  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (85b6cce)
  • internal: allow the mock server port to be set with STAINLESS_MOCK_PORT (4e10497)

1.6.0 (2026-07-18)

Full Changelog: v1.5.0...v1.6.0

Features

  • stlc: configurable CI runner and private-production-repo support in workflow templates (b39b7db)

Chores

1.5.0 (2026-06-17)

Full Changelog: v1.4.0...v1.5.0

Features

1.4.0 (2026-05-12)

Full Changelog: v1.3.0...v1.4.0

Features

  • internal/types: support eagerly validating pydantic iterators (8603587)

... (truncated)

Commits
  • ac18a8c release: 1.7.0 (#283)
  • 9620fde chore(deps): update lock files to fix known vulnerabilities (GC1-104) (#280)
  • 26fdd4f fix: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]
  • 01f00ea fix: GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci]
  • 85b6cce chore: GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.y...
  • See full diff in compare view

Updates gitpython to 3.1.60

Release notes

Sourced from gitpython's releases.

3.1.60 Security

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.59...3.1.60

Commits
  • 56636c3 prepare new release
  • c7cf4d1 fix: prefer .git during repository discovery
  • d160fb4 Merge pull request #2217 from gitpython-developers/fix-advisory
  • 09f2cf3 fix: require opt-in for no-index diffs
  • f44c1fb Merge pull request #2215 from gitpython-developers/various-fixes
  • 751473a fix: parse actor identities without regular expressions
  • 4b9afe9 Merge pull request #2213 from gitpython-developers/config-sanitizer-follow-up
  • 9a92677 fix: decode quoted diff paths in one pass
  • eefa7e4 Preserve Git config value semantics
  • 52a6cba Merge pull request #2212 from gitpython-developers/next-release
  • Additional commits viewable in compare view

Updates cryptography to 50.0.1

Changelog

Sourced from cryptography's changelog.

50.0.1 - 2026-08-25


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.2.

.. _v50-0-0:

50.0.0 - 2026-07-31

  • SECURITY ISSUE: :func:~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der and its PEM and S/MIME variants no longer expose distinguishable errors or timing when unwrapping a RecipientInfo's encryptedKey, which could act as a Bleichenbacher oracle for callers that decrypt untrusted messages. A random key is now substituted on failure, as described in :rfc:3218. Credit to @​X1AOxiang for reporting the issue. CVE-2026-69247
  • Deprecated Diffie-Hellman key exchange over finite fields (FFDH). Everything FFDH is deprecated, including the types in cryptography.hazmat.primitives.asymmetric.dh and loading FFDH keys or parameters with the key loading APIs. Users should migrate to a more modern key exchange algorithm.
  • Added xof() class methods to :class:~cryptography.hazmat.primitives.hashes.SHAKE128 and :class:~cryptography.hazmat.primitives.hashes.SHAKE256 for constructing algorithm instances configured for use with :class:~cryptography.hazmat.primitives.hashes.XOFHash.
  • The :mod:X.509 verification <cryptography.x509.verification> APIs are now considered stable and are subject to our API stability policy.
  • Added the :doc:/cobblestone recipe, an implementation of the Cobblestone-128 and Cobblestone-256 instantiations of the C2SP chunked-encryption specification <https://c2sp.org/chunked-encryption>_ for streaming authenticated encryption of large messages.
  • Parsing a Signed Certificate Timestamp list now rejects encodings that carry trailing bytes after the list or after an individual SCT, instead of silently ignoring them.
  • Added support for using :class:~cryptography.x509.Name as a field type in the :doc:/hazmat/asn1/index module.
  • Loading a public key or an EC private key now rejects DER where the subjectPublicKey (or EC publicKey) BIT STRING declares a non-zero number of unused bits, instead of silently ignoring it.
  • Parsing a CRL entry's InvalidityDate extension now rejects a GeneralizedTime that carries fractional seconds or another non-DER form, matching the strict encoding already required for every other X.509 time field.
  • :func:~cryptography.x509.ocsp.load_der_ocsp_request and :func:~cryptography.x509.ocsp.load_der_ocsp_response now reject a request or response whose version field is not v1, the only version defined by RFC 6960, matching the version validation already performed when loading

... (truncated)

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 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

Updates the requirements on [groq](https://github.com/groq/groq-python), [gitpython](https://github.com/gitpython-developers/GitPython) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version.

Updates `groq` to 1.7.0
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v1.6.0...v1.7.0)

Updates `gitpython` to 3.1.60
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.58...3.1.60)

Updates `cryptography` to 50.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@50.0.0...50.0.1)

---
updated-dependencies:
- dependency-name: groq
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: gitpython
  dependency-version: 3.1.60
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: cryptography
  dependency-version: 50.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

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 Aug 31, 2026
@github-actions

Copy link
Copy Markdown

♟️ chess-review-bot — PR Game Review

Accuracy: 90.0/100 · 1 files · +3/-3 · 0 Blunder??

File Category Why
requirements.txt Best small, focused, single-file change

chess-review-bot scores diffs, not people. Run chessreview --format text locally for the full report.

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.

0 participants