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 across 1 directory with 21 updates #1851

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the python-requirements group with 21 updates in the / directory:

Package From To
azure-storage-blob 12.20.0 12.21.0
azure-storage-file-datalake 12.15.0 12.16.0
cryptography 42.0.8 43.0.0
fixedint 0.1.6 0.2.0
importlib-metadata 7.1.0 8.0.0
microsoft-kiota-http 1.3.1 1.3.2
msal 1.29.0 1.30.0
msgraph-core 1.1.0 1.1.2
msgraph-sdk 1.1.0 1.5.3
numpy 2.0.0 2.0.1
openai 1.35.7 1.36.1
opentelemetry-instrumentation-openai 0.23.0 0.25.5
opentelemetry-semantic-conventions-ai 0.3.1 0.3.6
portalocker 2.10.0 2.10.1
psutil 5.9.8 6.0.0
pydantic 2.8.0 2.8.2
pydantic-core 2.20.0 2.20.1
pypdf 4.2.0 4.3.1
std-uritemplate 1.0.2 1.0.3
tenacity 8.4.2 8.5.0
uvicorn 0.30.1 0.30.3

Updates azure-storage-blob from 12.20.0 to 12.21.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.21.0

12.21.0 (2024-07-17)

Features Added

  • Stable release of features from 12.21.0b1
  • Added new chars keyword to the StorageStreamDownloader.read method to support reading an arbitrary number of characters from the stream rather than bytes. This can only be used when encoding is specified on download_blob but can help prevent decoding errors in certain scenarios.

azure-storage-blob_12.21.0b1

12.21.0b1 (2024-06-11)

Features Added

  • Added support for service version 2024-08-04.
Commits

Updates azure-storage-file-datalake from 12.15.0 to 12.16.0

Release notes

Sourced from azure-storage-file-datalake's releases.

azure-storage-file-datalake_12.16.0

12.16.0 (2024-07-17)

Features Added

  • Stable release of features from 12.16.0b1

azure-storage-file-datalake_12.16.0b1

12.16.0b1 (2024-06-11)

Features Added

  • Updated OAuth implementation to use the AAD scope returned in a Bearer challenge.
Commits

Updates cryptography from 42.0.8 to 43.0.0

Changelog

Sourced from cryptography's changelog.

43.0.0 - 2024-07-20


* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL less than 1.1.1e has been
  removed.  Users on older version of OpenSSL will need to upgrade.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.8.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.1.
* Updated the minimum supported Rust version (MSRV) to 1.65.0, from 1.63.0.
* :func:`~cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key`
  now enforces a minimum RSA key size of 1024-bit. Note that 1024-bit is still
  considered insecure, users should generally use a key size of 2048-bits.
* :func:`~cryptography.hazmat.primitives.serialization.pkcs7.serialize_certificates`
  now emits ASN.1 that more closely follows the recommendations in :rfc:`2315`.
* Added new :doc:`/hazmat/decrepit/index` module which contains outdated and
  insecure cryptographic primitives.
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5`,
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.SEED`,
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA`, and
  :class:`~cryptography.hazmat.primitives.ciphers.algorithms.Blowfish`, which were
  deprecated in 37.0.0, have been added to this module. They will be removed
  from the ``cipher`` module in 45.0.0.
* Moved :class:`~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES`
  and :class:`~cryptography.hazmat.primitives.ciphers.algorithms.ARC4` into
  :doc:`/hazmat/decrepit/index` and deprecated them in the ``cipher`` module.
  They will be removed from the ``cipher`` module in 48.0.0.
* Added support for deterministic
  :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDSA` (:rfc:`6979`)
* Added support for client certificate verification to the
  :mod:`X.509 path validation <cryptography.x509.verification>` APIs in the
  form of :class:`~cryptography.x509.verification.ClientVerifier`,
  :class:`~cryptography.x509.verification.VerifiedClient`, and
  ``PolicyBuilder``
  :meth:`~cryptography.x509.verification.PolicyBuilder.build_client_verifier`.
* Added Certificate
  :attr:`~cryptography.x509.Certificate.public_key_algorithm_oid`
  and Certificate Signing Request
  :attr:`~cryptography.x509.CertificateSigningRequest.public_key_algorithm_oid`
  to determine the :class:`~cryptography.hazmat._oid.PublicKeyAlgorithmOID`
  Object Identifier of the public key found inside the certificate.
* Added :attr:`~cryptography.x509.InvalidityDate.invalidity_date_utc`, a
  timezone-aware alternative to the naïve ``datetime`` attribute
  :attr:`~cryptography.x509.InvalidityDate.invalidity_date`.
* Added support for parsing empty DN string in
  :meth:`~cryptography.x509.Name.from_rfc4514_string`.
* Added the following properties that return timezone-aware ``datetime`` objects:
  :meth:`~cryptography.x509.ocsp.OCSPResponse.produced_at_utc`,
  :meth:`~cryptography.x509.ocsp.OCSPResponse.revocation_time_utc`,
  :meth:`~cryptography.x509.ocsp.OCSPResponse.this_update_utc`,
  :meth:`~cryptography.x509.ocsp.OCSPResponse.next_update_utc`,
  :meth:`~cryptography.x509.ocsp.OCSPSingleResponse.revocation_time_utc`,
</tr></table> 

... (truncated)

Commits

Updates fixedint from 0.1.6 to 0.2.0

Changelog

Sourced from fixedint's changelog.

v0.2.0, 2020-09-16: Add type hints (GH #4) Removed the broken MutableFixedInt.itruediv Added base argument to FixedInt constructor

Commits
  • c6f9439 Version bump to v0.2.0
  • 035bdca Add py.typed and .pyi files to setup.py
  • b25aadc Documentation updates
  • 418c239 Add type hints. Fixes #4.
  • d2dbd20 Remove MutableFixedInt.itruediv (doesn't make sense), add base argument t...
  • See full diff in compare view

Updates importlib-metadata from 7.1.0 to 8.0.0

Changelog

Sourced from importlib-metadata's changelog.

v8.0.0

Deprecations and Removals

  • Message.getitem now raises a KeyError on missing keys. (#371)
  • Removed deprecated support for Distribution subclasses not implementing abstract methods.

v7.2.1

Bugfixes

  • When reading installed files from an egg, use relative_to(walk_up=True) to honor files installed outside of the installation root. (#455)

v7.2.0

Features

Commits
  • f390168 Finalize
  • c3bae1e Merge pull request #491 from python/debt/remove-legacy
  • a970a49 Message.getitem now raises a KeyError on missing keys.
  • 32c14aa Removed deprecated support for Distribution subclasses not implementing abstr...
  • b76931d Finalize
  • 48d2a85 Merge pull request #482 from dan-blanchard/fix-relative-to
  • b94b42e Add news fragment
  • e4d1dcc Remove additional method in SimplePath.
  • 07a2a44 Revert "Fix mypy failure that has nothing to do with this PR"
  • b815aee Mark compat code as uncovered.
  • Additional commits viewable in compare view

Updates microsoft-kiota-http from 1.3.1 to 1.3.2

Commits

Updates msal from 1.29.0 to 1.30.0

Release notes

Sourced from msal's releases.

1.30.0

What's Changed

Full Changelog: AzureAD/microsoft-authentication-library-for-python@1.29.0...1.30.0

Commits
  • 3279f04 MSAL 1.30.0
  • 3a4f44f Expose refresh_on (if any) to fresh or cached response
  • 57dce47 Using SHA256 and PSS padding
  • f9f2e7f Merge remote-tracking branch 'oauth2cli/dev' into sha256-pss
  • 2c335d2 Support SHA256 thumbprint
  • 788b400 Backport the lazy-loading of dependency
  • 8404254 Merge branch 'dev' into perf-retune
  • 3ceb1c8 Re-optimize the O(1) code path
  • bf44364 Support SNI via PFX
  • c1fedad Merge branch 'dev' into bugfix-token-cache-search
  • Additional commits viewable in compare view

Updates msgraph-core from 1.1.0 to 1.1.2

Release notes

Sourced from msgraph-core's releases.

v1.1.2

1.1.2 (2024-07-12)

Bug Fixes

  • adds missing whitespace for suppressions (7ad013e)
  • fixes exception configuration in pylint (857ad99)
  • linting fix import ordering (b56cc8d)
  • linting missing line (f39f0b9)
  • moves attributes suppression to class definition (b6c1d29)
  • suppressed linting error message that fails dependencies (d7c0e1b)

v1.1.1

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)
Changelog

Sourced from msgraph-core's changelog.

1.1.2 (2024-07-12)

Bug Fixes

  • adds missing whitespace for suppressions (7ad013e)
  • fixes exception configuration in pylint (857ad99)
  • linting fix import ordering (b56cc8d)
  • linting missing line (f39f0b9)
  • moves attributes suppression to class definition (b6c1d29)
  • suppressed linting error message that fails dependencies (d7c0e1b)

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)
Commits
  • 5f2b8da Merge pull request #636 from microsoftgraph/release-please--branches--main--c...
  • 64c2b41 chore(main): release 1.1.2
  • 3a6b1bb Merge pull request #635 from microsoftgraph/bugfix/linting
  • f39f0b9 fix: linting missing line
  • b6c1d29 fix: moves attributes suppression to class definition
  • 7ad013e fix: adds missing whitespace for suppressions
  • b56cc8d fix: linting fix import ordering
  • d7c0e1b fix: suppressed linting error message that fails dependencies
  • 857ad99 fix: fixes exception configuration in pylint
  • f3d234f chore: linting removing unused import
  • Additional commits viewable in compare view

Updates msgraph-sdk from 1.1.0 to 1.5.3

Release notes

Sourced from msgraph-sdk's releases.

v1.5.3

1.5.3 (2024-07-17)

Bug Fixes

  • higher kiota abstractions requirement to avoid missing multipart (d6c9f86)

v1.5.2

1.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

v1.5.1

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

v1.4.0

Changed

  • Weekly generation with Kiota - 7th May 2024
  • Updated Request Configuration set up, allowing for default request Configuration as well as the Request builder custom Requestconfiguration for backward compatibility.

v1.3.0

Changed

  • Weekly generation with Kiota.

v1.2.0

Added

  • Added support for form and multipart serialization.

Changed

  • Latest metadata updates from 24th March 2024.
Changelog

Sourced from msgraph-sdk's changelog.

1.5.3 (2024-07-17)

Bug Fixes

  • higher kiota abstractions requirement to avoid missing multipart (d6c9f86)

1.5.2 (2024-07-10)

Bug Fixes

  • fixes module name for release (941f6b2)

1.5.1 (2024-07-09)

Bug Fixes

  • avoid using default mutable arguments (4912f5a)

Documentation

[1.5.0] - 2024-05-23

Changed

  • Weekly generation with Kiota - 21st May 2024

[1.4.0] - 2024-05-08

Changed

  • Weekly generation with Kiota - 7th May 2024
  • Updated Request Configuration set up, allowing for default request Configuration as well as the Request builder custom Requestconfiguration for backward compatibility.

[1.3.0] - 2024-04-16

Changed

  • Weekly generation with Kiota.

[1.2.0] - 2024-03-19

Added

... (truncated)

Commits
  • 82b664f Merge pull request #818 from microsoftgraph/release-please--branches--main--c...
  • dedef18 chore(main): release 1.5.3
  • d6c9f86 fix: higher kiota abstractions requirement to avoid missing multipart
  • 8ec590e bump kiota abstr to >=1.3.0 due to multipart support
  • 2ef486c Merge pull request #816 from microsoftgraph/dependabot/pip/msal-1.30.0
  • 6dd319c chore(deps-dev): bump msal from 1.29.0 to 1.30.0
  • cba95ad Merge pull request #813 from microsoftgraph/dependabot/pip/portalocker-2.10.1
  • c4ff3b5 chore(deps-dev): bump portalocker from 2.10.0 to 2.10.1
  • 5a3a438 Merge pull request #814 from microsoftgraph/dependabot/pip/msgraph-core-1.1.2
  • 064af32 chore(deps-dev): bump msgraph-core from 1.1.1 to 1.1.2
  • Additional commits viewable in compare view

Updates numpy from 2.0.0 to 2.0.1

Release notes

Sourced from numpy's releases.

v2.0.1

NumPy 2.0.1 Release Notes

NumPy 2.0.1 is a maintenance release that fixes bugs and regressions discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned release in the 2.0.x series, 2.1.0rc1 should be out shortly.

The Python versions supported by this release are 3.9-3.12.

NOTE: Do not use the GitHub generated "Source code" files listed in the "Assets", they are garbage.

Improvements

np.quantile with method closest_observation chooses nearest even order statistic

This changes the definition of nearest for border cases from the nearest odd order statistic to nearest even order statistic. The numpy implementation now matches other reference implementations.

(gh-26656)

Contributors

A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @​vahidmech +
  • Alex Herbert +
  • Charles Harris
  • Giovanni Del Monte +
  • Leo Singer
  • Lysandros Nikolaou
  • Matti Picus
  • Nathan Goldbaum
  • Patrick J. Roddy +
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Rostan Tabet +
  • Sebastian Berg
  • Tyler Reddy
  • Yannik Wicke +

Pull requests merged

A total of 24 pull requests were merged for this release.

  • #26711: MAINT: prepare 2.0.x for further development
  • #26792: TYP: fix incorrect import in ma/extras.pyi stub
  • #26793: DOC: Mention '1.25' legacy printing mode in set_printoptions
  • #26794: DOC: Remove mention of NaN and NAN aliases from constants

... (truncated)

Commits
  • 4c9f431 Merge pull request #27000 from charris/prepare-2.0.1
  • 0e70e00 REL: Prepare for the NumPy 2.0.1 release [wheel build]
  • 4d10ffc Merge pull request #26995 from charris/backport-26985
  • 764b667 BUG: Add object cast to avoid warning with limited API
  • 9be6ad6 Merge pull request #26971 from charris/backport-26935
  • 6d950e9 BUG: fix f2py tests to work with v2 API
  • 89630c0 Merge pull request #26962 from charris/backport-26919
  • 88fa840 TST: Apply test suggestion by Nathan for rlstrip fixes
  • a9da01e BUG,MAINT: Fix utf-8 character stripping memory access
  • 6afbbf8 Merge pull request #26963 from charris/backport-26930
  • Additional commits viewable in compare view

Updates openai from 1.35.7 to 1.36.1

Release notes

Sourced from openai's releases.

v1.36.1

1.36.1 (2024-07-20)

Full Changelog: v1.36.0...v1.36.1

Bug Fixes

  • types: add gpt-4o-mini to more assistants methods (39a8a37)

v1.36.0

1.36.0 (2024-07-19)

Full Changelog: v1.35.15...v1.36.0

Features

v1.35.15

1.35.15 (2024-07-18)

Full Changelog: v1.35.14...v1.35.15

Chores

  • docs: document how to do per-request http client customization (#1560) (24c0768)
  • internal: update formatting (#1553) (e1389bc)

v1.35.14

1.35.14 (2024-07-15)

Full Changelog: v1.35.13...v1.35.14

Chores

  • docs: minor update to formatting of API link in README (#1550) (a6e59c6)
  • internal: minor formatting changes (ee1c62e)
  • internal: minor options / compat functions updates (#1549) (a0701b5)

v1.35.13

1.35.13 (2024-07-10)

Full Changelog: v1.35.12...v1.35.13

Bug Fixes

  • threads/runs/create_and_run_stream: correct tool_resources param (8effd08)

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

1.36.1 (2024-07-20)

Full Changelog: v1.36.0...v1.36.1

Bug Fixes

  • types: add gpt-4o-mini to more assistants methods (39a8a37)

1.36.0 (2024-07-19)

Full Changelog: v1.35.15...v1.36.0

Features

1.35.15 (2024-07-18)

Full Changelog: v1.35.14...v1.35.15

Chores

  • docs: document how to do per-request http client customization (#1560) (24c0768)
  • internal: update formatting (#1553) (e1389bc)

1.35.14 (2024-07-15)

Full Changelog: v1.35.13...v1.35.14

Chores

  • docs: minor update to formatting of API link in README (#1550) (a6e59c6)
  • internal: minor formatting changes (ee1c62e)
  • internal: minor options / compat functions updates (#1549) (a0701b5)

1.35.13 (2024-07-10)

Full Changelog: v1.35.12...v1.35.13

Bug Fixes

  • threads/runs/create_and_run_stream: correct tool_resources param (8effd08)

Chores

1.35.12 (2024-07-09)

... (truncated)

Commits
  • af8f606 release: 1.36.1
  • 1a9124b fix(types): add gpt-4o-mini to more assistants methods
  • 4c6a5ed release: 1.36.0
  • 38fe1a6 feat(api): add new gpt-4o-mini models (#1561)
  • 0de7419 release: 1.35.15
  • f8f01a6 chore(docs): document how to do per-request http client customization (#1560)
  • 8ce46fe chore(internal): update formatting (#1553)
  • 435a580 release: 1.35.14
  • 2e8ea52 chore(docs): minor update to formatting of API link in README (#1550)
  • 83ebf66 chore(internal): minor options / compat functions updates (#1549)
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation-openai from 0.23.0 to 0.25.5

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.25.5

v0.25.5 (2024-07-17)

Fix

  • openai: pydantic tool calls in prompt weren't serialized correctly (#1572)

[main 9ad18b70] bump: version 0.25.4 → 0.25.5 47 files changed, 52 insertions(+), 46 deletions(-)

0.25.4

v0.25.4 (2024-07-15)

Fix

  • sdk: manual reporting of llm spans (#1555)

[main 11dfcbd0] bump: version 0.25.3 → 0.25.4 47 files changed, 52 insertions(+), 46 deletions(-)

0.25.3

v0.25.3 (2024-07-11)

Fix

  • langchain: input/output values weren't respecting user config (#1540)

[main 16b1880a] bump: version 0.25.2 → 0.25.3 47 files changed, 52 insertions(+), 46 deletions(-)

0.25.2

v0.25.2 (2024-07-11)

Fix

  • llamaindex: report entity name (#1525)
  • langchain: remove leftover print
  • langchain: cleanups, and fix streaming issue (#1522)
  • langchain: report llm spans (instead of normal instrumentations) (#1452)

[main 811480d6] bump: version 0.25.1 → 0.25.2 47 files changed, 55 insertions(+), 46 deletions(-)

0.25.1

v0.25.1 (2024-07-09)

Fix

  • association properties and workflow / task on metrics (#1494)
  • llamaindex: report inputs+outputs on entities (#1495)

... (truncated)

Changelog

Sourced from opentelemetry-instrumentation-openai's changelog.

v0.25.5 (2024-07-17)

Fix

  • openai: pydantic tool calls in prompt weren't serialized correctly (#1572)

v0.25.4 (2024-07-15)

Fix

  • sdk: manual reporting of llm spans (#1555)

v0.25.3 (2024-07-11)

Fix

  • langchain: input/output values weren't respecting user config (#1540)

v0.25.2 (2024-07-11)

Fix

  • llamaindex: report entity name (#1525)
  • langchain: remove leftover print
  • langchain: cleanups, and fix streaming issue (#1522)
  • langchain: report llm spans (instead of normal instrumentations) (#1452)

v0.25.1 (2024-07-09)

Fix

  • association properties and workflow / task on metrics (#1494)
  • llamaindex: report inputs+outputs on entities (#1495)

v0.25.0 (2024-07-08)

Feat

  • suppress LLM instrumentations through context (#1453)
  • langchain: improve callbacks (#1426)

Fix

  • sdk: llamaindex instrumentation was never initialized (#1490)

v0.24.0 (2024-07-03)

Feat

  • sdk: prompt versions and workflow versions (#1425)

... (truncated)

Commits
  • 9ad18b7 bump: version 0.25.4 → 0.25.5
  • 9ab72fd fix(openai): pydantic tool calls in prompt weren't serialized correctly (#1572)
  • 11dfcbd bump: version 0.25.3 → 0.25.4
  • e2daf3e fix(sdk): manual reporting of llm spans (#1555)
  • fe2393a chore: update watsonx_generate.py (#1542)
  • 16b1880 bump: version 0.25.2 → 0.25.3
  • be22e22 fix(langchain): input/output values weren't respecting user config (#1540)
  • 811480d bump: version 0.25.1 → 0.25.2
  • a5f23f8 fix(llamaindex): report entity name (#1525)
  • c03f129 fix(langchain): remove leftover print
  • Additional commits viewable in compare view

Updates opentelemetry-semantic-conventions-ai from 0.3.1 to 0.3.6

Updates portalocker from 2.10.0 to 2.10.1

Release notes

Sourced from portalocker's releases.

v2.10.1

fixed typo thanks to @​harmstyler

Commits
  • 4d5905f Merge branch 'release/2.10.1'
  • c2c433d Incrementing version to v2.10.1
  • 11cb7a8 increasing the timeouts to make the osx tests less flaky
  • 76ab42e Merge pull request #96 from harmstyler/patch-1
  • d73b90c Fix spelling error
  • c91e04d Merge tag 'v2.10.0' into develop
  • See full diff in compare view

Updates psutil from 5.9.8 to 6.0.0

Changelog

Sourced from psutil's changelog.

6.0.0

2024-06-18

Enhancements

  • 2109_: maxfile and maxpath fields were removed from the namedtuple returned by disk_partitions()_. Reason: on network filesystems (NFS) this can potentially take a very long time to complete.
  • 2366_, [Windows]: log debug message when using slower process APIs.
  • 2375_, [macOS]: provide arm64 wheels. (patch by Matthieu Darbois)
  • 2396_: process_iter()_ no longer pre-emptively checks whether PIDs have been reused. This makes process_iter()_ around 20x times faster.
  • 2396_: a new psutil.process_iter.cache_clear() API can be used the clear process_iter()_ internal cache.
  • 2401_, Support building with free-threaded CPython 3.13. (patch by Sam Gross)
  • 2407_: Process.connections()_ was renamed to Process.net_connections()_. The old name is still available, but it's deprecated (triggers a DeprecationWarning) and will be removed in the future.
  • 2425_: [Linux]: provide aarch64 wheels. (patch by Matthieu Darbois / Ben Raz)

Bug fixes

  • 2250_, [NetBSD]: Process.cmdline()_ sometimes fail with EBUSY. It usually happens for long cmdlines with lots of arguments. In this case retry getting the cmdline for up to 50 times, and return an empty list as last resort.
  • 2254_, [Linux]: offline cpus raise NotImplementedError in cpu_freq() (patch by Shade Gladden)
  • 2272_: Add pickle support to psutil Exceptions.
  • 2359_, [Windows], [CRITICAL]: pid_exists()_ disagrees with Process_ on whether a pid exists when ERROR_ACCESS_DENIED.
  • 2360_, [macOS]: can't compile on macOS < 10.13. (patch by Ryan Schmidt)
  • 2362_, [macOS]: can't compile on macOS 10.11. (patch by Ryan Schmidt)
  • 2365_, [macOS]: can't compile on macOS < 10.9. (patch by Ryan Schmidt)
  • 2395_, [OpenBSD]: pid_exists()_ erroneously return True if the argument is a thread ID (TID) instead of a PID (process ID).
  • 2412_, [macOS]: can't compile on macOS 10.4 PowerPC due to missing MNT_ constants.

Porting notes

Version 6.0.0 introduces some changes which affect backward compatibility:

  • 2109_: the namedtuple returned by disk_partitions()_' no longer has maxfile and maxpath fields.
  • 2396_: process_iter()_ no longer pre-emptively checks whether PIDs have been reused. If you want to check for PID reusage you are supposed to use Process.is_running()_ against the yielded Process_ instances. That will also automatically remove reused PIDs from process_iter()_ internal cache.

... (truncated)

Commits
  • 3d5522a release
  • 5b30ef4 Add aarch64 manylinux wheels (#2425)
  • 1d092e7 test subprocesses: sleep() with an interval of 0.1 to make the test process m...
  • 5f80c12 Fix #2412, [macOS]: can't compile on macOS 10.4 PowerPC due to missing MNT_...
  • 89b6096 process_iter(): use another global var to keep track of reused PIDs
  • 9421bf8 openbsd: skip test if cmdline() returns [] due to EBUSY
  • 4b1a054 Fix #2250 / NetBSD / cmdline: retry on EBUSY. (#2421)
  • 20be5ae ruff: enable and fix 'unused variable' rule
  • 5530985 chore(ci): update actions (#2417)
  • 1c7cb0a D...

    Description has been truncated

Bumps the python-requirements group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.20.0` | `12.21.0` |
| [azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-python) | `12.15.0` | `12.16.0` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` |
| [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.1.0` | `8.0.0` |
| [microsoft-kiota-http](https://github.com/microsoft/kiota) | `1.3.1` | `1.3.2` |
| [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) | `1.29.0` | `1.30.0` |
| [msgraph-core](https://github.com/microsoftgraph/msgraph-sdk-python-core) | `1.1.0` | `1.1.2` |
| [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.5.3` |
| [numpy](https://github.com/numpy/numpy) | `2.0.0` | `2.0.1` |
| [openai](https://github.com/openai/openai-python) | `1.35.7` | `1.36.1` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.23.0` | `0.25.5` |
| opentelemetry-semantic-conventions-ai | `0.3.1` | `0.3.6` |
| [portalocker](https://github.com/wolph/portalocker) | `2.10.0` | `2.10.1` |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.0` | `2.8.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.0` | `2.20.1` |
| [pypdf](https://github.com/py-pdf/pypdf) | `4.2.0` | `4.3.1` |
| [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) | `1.0.2` | `1.0.3` |
| [tenacity](https://github.com/jd/tenacity) | `8.4.2` | `8.5.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` |



Updates `azure-storage-blob` from 12.20.0 to 12.21.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.20.0...azure-storage-blob_12.21.0)

Updates `azure-storage-file-datalake` from 12.15.0 to 12.16.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-file-datalake_12.15.0...azure-storage-file-datalake_12.16.0)

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

Updates `fixedint` from 0.1.6 to 0.2.0
- [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
- [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)

Updates `importlib-metadata` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.1.0...v8.0.0)

Updates `microsoft-kiota-http` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/microsoft/kiota/releases)
- [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota/commits)

Updates `msal` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.29.0...1.30.0)

Updates `msgraph-core` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python-core/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-python-core@v1.1.0...v1.1.2)

Updates `msgraph-sdk` from 1.1.0 to 1.5.3
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.5.3)

Updates `numpy` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.0...v2.0.1)

Updates `openai` from 1.35.7 to 1.36.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.35.7...v1.36.1)

Updates `opentelemetry-instrumentation-openai` from 0.23.0 to 0.25.5
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry@0.23.0...0.25.5)

Updates `opentelemetry-semantic-conventions-ai` from 0.3.1 to 0.3.6

Updates `portalocker` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/wolph/portalocker/releases)
- [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst)
- [Commits](wolph/portalocker@v2.10.0...v2.10.1)

Updates `psutil` from 5.9.8 to 6.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)

Updates `pydantic` from 2.8.0 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.0...v2.8.2)

Updates `pydantic-core` from 2.20.0 to 2.20.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.0...v2.20.1)

Updates `pypdf` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@4.2.0...4.3.1)

Updates `std-uritemplate` from 1.0.2 to 1.0.3
- [Commits](std-uritemplate/std-uritemplate@1.0.2...1.0.3)

Updates `tenacity` from 8.4.2 to 8.5.0
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.4.2...8.5.0)

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

---
updated-dependencies:
- dependency-name: azure-storage-blob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: azure-storage-file-datalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: fixedint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: microsoft-kiota-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: msal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: msgraph-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: msgraph-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-instrumentation-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: opentelemetry-semantic-conventions-ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: portalocker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: std-uritemplate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-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 Jul 22, 2024
@pamelafox pamelafox merged commit 23c60da into main Jul 22, 2024
9 checks passed
@pamelafox pamelafox deleted the dependabot/pip/python-requirements-4ab13e85e8 branch July 22, 2024 16:30
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