Skip to content

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

Merged
SemTiOne merged 2 commits into
mainfrom
dependabot/pip/python-dependencies-cebf275042
Sep 3, 2026
Merged

chore(deps): bump the python-dependencies group across 1 directory with 3 updates#18
SemTiOne merged 2 commits 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.61

Release notes

Sourced from gitpython's releases.

3.1.61

Fix accidental removal of exploitable regex in Actor by bringing it back, and deprecating it.

What's Changed

New Contributors

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

Commits
  • 5346d1b prepare next release
  • d81336b Merge pull request #2221 from gitpython-developers/re-add-regex
  • bc63b02 fix: restore Actor.name_email_regex (#2220)
  • a9fb008 Merge pull request #2219 from Vogtinator/main
  • db1a2cf fix: wait for git daemon to listen before connecting
  • 3481da9 Merge pull request #2218 from gitpython-developers/fix-repo-open
  • 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
  • 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 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.

…th 3 updates

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.61
- [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.61)

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: cryptography
  dependency-version: 50.0.1
  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: groq
  dependency-version: 1.7.0
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the python-dependencies group with 3 updates chore(deps): bump the python-dependencies group across 1 directory with 3 updates Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-dependencies-cebf275042 branch from 0988d6b to 615ecb7 Compare September 3, 2026 08:19
@SemTiOne
SemTiOne merged commit 6414660 into main Sep 3, 2026
10 of 11 checks passed
@SemTiOne
SemTiOne deleted the dependabot/pip/python-dependencies-cebf275042 branch September 3, 2026 14:41
@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

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.

1 participant