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 python-requirements group with 6 updates #52

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the python-requirements group with 6 updates:

Package From To
azure-identity 1.14.0 1.15.0
openai 0.28.1 1.3.7
python-dotenv 0.21.1 1.0.0
pyyaml 5.3.1 6.0.1
uvicorn[standard] 0.23.2 0.24.0.post1
werkzeug 2.3.7 3.0.1

Updates azure-identity from 1.14.0 to 1.15.0

Release notes

Sourced from azure-identity's releases.

azure-identity_1.15.0

1.15.0 (2023-10-26)

Features Added

  • Added bearer token provider. (#32655)

Bugs Fixed

  • Fixed issue InteractiveBrowserCredential does not hand over to next credential in chain if no browser is supported.(#32276)

azure-identity_1.15.0b2

1.15.0b2 (2023-10-12)

Features Added

  • Added enable_support_logging as a keyword argument to credentials using MSAL's PublicClientApplication. This allows additional support logging which may contain PII. (#32135)

Breaking Changes

These changes do not impact the API of stable versions such as 1.14.0. Only code written against a beta version such as 1.15.0b1 may be affected.

  • Windows Web Account Manager (WAM) Brokered Authentication is moved into another package.

Bugs Fixed

  • ManagedIdentityCredential will now correctly retry when the instance metadata endpoint returns a 410 response. (#32200)
Commits

Updates openai from 0.28.1 to 1.3.7

Release notes

Sourced from openai's releases.

v1.3.7

1.3.7 (2023-12-01)

Full Changelog: v1.3.6...v1.3.7

Bug Fixes

  • client: correct base_url setter implementation (#919) (135d9cf)
  • client: don't cause crashes when inspecting the module (#897) (db029a5)
  • client: ensure retried requests are closed (#902) (e025e6b)

Chores

  • internal: add tests for proxy change (#899) (71a13d0)
  • internal: remove unused type var (#915) (4233bcd)
  • internal: replace string concatenation with f-strings (#908) (663a8f6)
  • internal: replace string concatenation with f-strings (#909) (caab767)

Documentation

v1.3.6

1.3.6 (2023-11-28)

Full Changelog: v1.3.5...v1.3.6

Chores

  • deps: bump mypy to v1.7.1 (#891) (11fcb2a)
  • internal: send more detailed x-stainless headers (#877) (69e0549)

Documentation

v1.3.5

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

Bug Fixes

  • azure: ensure custom options can be passed to copy (#858) (05ca0d6)

... (truncated)

Changelog

Sourced from openai's changelog.

1.3.7 (2023-12-01)

Full Changelog: v1.3.6...v1.3.7

Bug Fixes

  • client: correct base_url setter implementation (#919) (135d9cf)
  • client: don't cause crashes when inspecting the module (#897) (db029a5)
  • client: ensure retried requests are closed (#902) (e025e6b)

Chores

  • internal: add tests for proxy change (#899) (71a13d0)
  • internal: remove unused type var (#915) (4233bcd)
  • internal: replace string concatenation with f-strings (#908) (663a8f6)
  • internal: replace string concatenation with f-strings (#909) (caab767)

Documentation

1.3.6 (2023-11-28)

Full Changelog: v1.3.5...v1.3.6

Bug Fixes

  • client: add support for streaming binary responses (#866) (2470d25)

Chores

Documentation

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

... (truncated)

Commits
  • e369566 release: 1.3.7
  • f6f38a9 fix(client): correct base_url setter implementation (#919)
  • 4d9ece0 chore(internal): remove unused type var (#915)
  • 104e5a5 chore(internal): replace string concatenation with f-strings (#909)
  • 6817fcd chore(internal): replace string concatenation with f-strings (#908)
  • fb5ba01 docs(readme): update example snippets (#907)
  • bcfbab7 docs: fix typo in readme (#904)
  • 7aad340 fix(client): ensure retried requests are closed (#902)
  • 2e7e897 chore(internal): add tests for proxy change (#899)
  • 84c85bd fix(client): don't cause crashes when inspecting the module (#897)
  • Additional commits viewable in compare view

Updates python-dotenv from 0.21.1 to 1.0.0

Release notes

Sourced from python-dotenv's releases.

Version 1.0.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v0.21.1...v1.0.0

Changelog

Sourced from python-dotenv's changelog.

[1.0.0]

Fixed

Commits
  • d0684d1 Bump version: 0.21.1 → 1.0.0
  • 6c8ddd2 Prepare for release 1.0.0
  • 0611643 Drop support for python 3.7, add python 3.12-dev (#449)
  • 87e5527 Update readme, add python-decouple as a related project (#451)
  • fc19a55 Handle situations where the cwd does not exist. (#446)
  • b904a72 update docs - better toc for changelog
  • 291fa66 Update documtation
  • See full diff in compare view

Updates pyyaml from 5.3.1 to 6.0.1

Changelog

Sourced from pyyaml's changelog.

6.0.1 (2023-07-18)

6.0 (2021-10-13)

5.4.1 (2021-01-20)

  • yaml/pyyaml#480 -- Fix stub compat with older pyyaml versions that may unwittingly load it

5.4 (2021-01-19)

Commits

Updates uvicorn[standard] from 0.23.2 to 0.24.0.post1

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.24.0.post1

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

Version 0.24.0

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106)

Full Changelog: encode/uvicorn@0.23.2...0.24.0

Changelog

Sourced from uvicorn[standard]'s changelog.

0.24.0.post1 - 2023-11-06

Fixed

  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23

0.24.0 - 2023-11-04

Added

  • Support Python 3.12 (#2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#2106) 21/09/23
Commits

Updates werkzeug from 2.3.7 to 3.0.1

Release notes

Sourced from werkzeug's releases.

3.0.1

This is a security release for the 3.0.x feature branch.

3.0.0

This is a feature release, which includes new features, removes previously deprecated code, and adds new deprecations. The 3.0.x branch is now the supported fix branch, the 2.3.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

2.3.8

This is a security release for the 2.3.x feature branch.

Changelog

Sourced from werkzeug's changelog.

Version 3.0.1

Released 2023-10-24

  • Fix slow multipart parsing for large parts potentially enabling DoS attacks. :cwe:CWE-407

Version 3.0.0

Released 2023-09-30

  • Remove previously deprecated code. :pr:2768
  • Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("werkzeug"), instead. :issue:2770
  • generate_password_hash uses scrypt by default. :issue:2769
  • Add the "werkzeug.profiler" item to the WSGI environ dictionary passed to ProfilerMiddleware's filename_format function. It contains the elapsed and time values for the profiled request. :issue:2775
  • Explicitly marked the PathConverter as non path isolating. :pr:2784

Version 2.3.8

Released 2023-11-08

  • Fix slow multipart parsing for large parts potentially enabling DoS attacks. :cwe:CWE-407
Commits
  • ce4eff5 Release version 3.0.1
  • b1916c0 Fix: slow multipart parsing for huge files with few CR/LF characters
  • 726eaa2 Release version 3.0.0
  • 6427542 Default the PathConverter (and descendants) to be non part isolating
  • 4820d8c Provide elapsed and timestamp info to filename_format
  • 599993d Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#2780)
  • a2394ed Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 (#2779)
  • 1efd6f3 Bump actions/checkout from 3.5.3 to 3.6.0 (#2778)
  • 76a5419 Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
  • ce8cfe7 Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0
  • 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 <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-requirements group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.14.0` | `1.15.0` |
| [openai](https://github.com/openai/openai-python) | `0.28.1` | `1.3.7` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `0.21.1` | `1.0.0` |
| [pyyaml](https://github.com/yaml/pyyaml) | `5.3.1` | `6.0.1` |
| [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.23.2` | `0.24.0.post1` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.3.7` | `3.0.1` |


Updates `azure-identity` from 1.14.0 to 1.15.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-identity_1.14.0...azure-identity_1.15.0)

Updates `openai` from 0.28.1 to 1.3.7
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v0.28.1...v1.3.7)

Updates `python-dotenv` from 0.21.1 to 1.0.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.21.1...v1.0.0)

Updates `pyyaml` from 5.3.1 to 6.0.1
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...6.0.1)

Updates `uvicorn[standard]` from 0.23.2 to 0.24.0.post1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.23.2...0.24.0.post1)

Updates `werkzeug` from 2.3.7 to 3.0.1
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.7...3.0.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #53.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-ffb9c674e7 branch December 11, 2023 03:45
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