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 pip group across 1 directory with 9 updates #71

Open
wants to merge 1 commit into
base: voltti
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the pip group with 9 updates in the / directory:

Package From To
boto3 1.35.90 1.36.22
awslambdaric 3.0.0 3.0.1
botocore 1.35.90 1.36.22
certifi 2024.12.14 2025.1.31
datadog 0.50.2 0.51.0
pytz 2024.2 2025.1
s3transfer 0.10.4 0.11.2
setuptools 75.6.0 75.8.0
simplejson 3.19.3 3.20.1

Updates boto3 from 1.35.90 to 1.36.22

Commits
  • 2d18093 Merge branch 'release-1.36.22'
  • d683193 Bumping version to 1.36.22
  • 7848d23 Add changelog entries from botocore
  • 3d1cda2 Merge branch 'release-1.36.21'
  • 5b0455a Merge branch 'release-1.36.21' into develop
  • 1ef4449 Bumping version to 1.36.21
  • 43fda5f Add changelog entries from botocore
  • 38de2d5 Ignore .venv directories (#4440)
  • 16296da Add venv callout from README into quickstart guide (#4439)
  • 4084764 Merge branch 'release-1.36.20'
  • Additional commits viewable in compare view

Updates awslambdaric from 3.0.0 to 3.0.1

Release notes

Sourced from awslambdaric's releases.

AWS Lambda Runtime Interface Client for Python v3.0.1

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-python-runtime-interface-client@3.0.0...3.0.1

Commits

Updates botocore from 1.35.90 to 1.36.22

Commits

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates datadog from 0.50.2 to 0.51.0

Release notes

Sourced from datadog's releases.

v0.51.0

  • [Added] Add hosts endpoint. See #884.
  • [Added] Lazy load packages in compat for faster import. See #881.
  • [Added] Provide urllib3 implementation of HTTPClient. See #879.
Changelog

Sourced from datadog's changelog.

v0.51.0 / 2025-01-27

  • [Added] Add hosts endpoint. See #884.
  • [Added] Lazy load packages in compat for faster import. See #881.
  • [Added] Provide urllib3 implementation of HTTPClient. See #879.
Commits

Updates pytz from 2024.2 to 2025.1

Commits

Updates s3transfer from 0.10.4 to 0.11.2

Changelog

Sourced from s3transfer's changelog.

0.11.2

  • bugfix:upload: Only set a default checksum if the request_checksum_calculation config is set to when_supported. Fixes boto/s3transfer#327 <https://github.com/boto/s3transfer/issues/327>__.

0.11.1

  • bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.

0.11.0

  • feature:manager: Use CRC32 by default and support user provided full-object checksums.
Commits
  • e2310f6 Merge branch 'release-0.11.2'
  • d66e5b6 Bumping version to 0.11.2
  • bc23c92 Only set default checksum if request_checksum_calculation config is set t...
  • af066ef Merge branch 'release-0.11.1'
  • cb67175 Merge branch 'release-0.11.1' into develop
  • 5f6cb50 Bumping version to 0.11.1
  • c4d0f87 Update minimum required botocore version to 1.36.0 (#326)
  • 0778911 Merge branch 'release-0.11.0'
  • 136d00a Merge branch 'release-0.11.0' into develop
  • aef3dfa Bumping version to 0.11.0
  • Additional commits viewable in compare view

Updates setuptools from 75.6.0 to 75.8.0

Changelog

Sourced from setuptools's changelog.

v75.8.0

Features

  • Implemented Dynamic field for core metadata (as introduced in PEP 643). The existing implementation is currently experimental and the exact approach may change in future releases. (#4698)

v75.7.0

Features

Commits
  • 5c9d980 Bump version: 75.7.0 → 75.8.0
  • 72c4222 Avoid using Any in function
  • 1c61d47 Add news fragments for PEP 643
  • f285d01 Implement PEP 643 (Dynamic field for core metadata) (#4698)
  • a50f6e2 Fix _static.Dict.ior for Python 3.8
  • b055895 Add extra tests for static/dynamic metadata
  • 770b4fc Remove test workaround for unmarked static values from pyproject.toml
  • 8b22d73 Mark values from pyproject.toml as static
  • f699fd8 Fix spelling error
  • 8b4c8a3 Add tests for static 'attr' directive
  • Additional commits viewable in compare view

Updates simplejson from 3.19.3 to 3.20.1

Release notes

Sourced from simplejson's releases.

v3.20.1

Version 3.20.1 released 2025-02-14

Full Changelog: simplejson/simplejson@v3.19.3...v3.20.1

v3.20.0

Version 3.20.0 released 2025-02-14

Full Changelog: simplejson/simplejson@v3.19.3...v3.20.0

Changelog

Sourced from simplejson's changelog.

Version 3.20.1 released 2025-02-14

Version 3.19.3 released 2024-08-14

  • Updated test & build matrix to include Python 3.13. Dropped wheel support for Python 2.7 on macOS. simplejson/simplejson#326

Version 3.19.2 released 2023-10-05

  • Updated test & build matrix to include Python 3.12 and use GitHub Actions as a Trusted Publisher (OIDC) simplejson/simplejson#317

Version 3.19.1 released 2023-04-06

  • This release contains security hardening measures based on recommendations by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH. Several of these measures include changing defaults to be more strict, by default simplejson will now only consume and produce compliant JSON, but the flags still exist for any backwards compatibility needs. No high priority issues were discovered, the reference count leak is thought to be unreachable since the digits of the float are checked before PyOS_string_to_double is called. A link to the public version of this report will be included in a future release of simplejson. The following fixes were implemented in one PR: simplejson/simplejson#313
  • Fix invalid handling of unicode escape sequences in the pure Python implementation of the decoder (SJ-PT-23-01)
  • Fix missing reference count decrease if PyOS_string_to_double raises an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
  • Backport the integer string length limitation from Python 3.11 to limit quadratic number parsing (SJ-PT-23-03)
  • Fix inconsistencies with error messages between the C and Python implementations (SJ-PT-23-100)
  • Remove unused unichr import from encoder (SJ-PT-23-101)
  • Remove unused namedtuple_as_object and tuple_as_array arguments from simplejson.load (SJ-PT-23-102)
  • Remove vestigial _one_shot code from iterencode (SJ-PT-23-103)
  • Change default of allow_nan from True to False and add allow_nan to decoder (SJ-PT-23-107)

Version 3.18.4 released 2023-03-14

... (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 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 pip group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.35.90` | `1.36.22` |
| [awslambdaric](https://github.com/aws/aws-lambda-python-runtime-interface-client) | `3.0.0` | `3.0.1` |
| [botocore](https://github.com/boto/botocore) | `1.35.90` | `1.36.22` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [datadog](https://github.com/DataDog/datadogpy) | `0.50.2` | `0.51.0` |
| [pytz](https://github.com/stub42/pytz) | `2024.2` | `2025.1` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.10.4` | `0.11.2` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` |
| [simplejson](https://github.com/simplejson/simplejson) | `3.19.3` | `3.20.1` |



Updates `boto3` from 1.35.90 to 1.36.22
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.90...1.36.22)

Updates `awslambdaric` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/aws/aws-lambda-python-runtime-interface-client/releases)
- [Changelog](https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/main/RELEASE.CHANGELOG.md)
- [Commits](aws/aws-lambda-python-runtime-interface-client@3.0.0...3.0.1)

Updates `botocore` from 1.35.90 to 1.36.22
- [Commits](boto/botocore@1.35.90...1.36.22)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `datadog` from 0.50.2 to 0.51.0
- [Release notes](https://github.com/DataDog/datadogpy/releases)
- [Changelog](https://github.com/DataDog/datadogpy/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadogpy@v0.50.2...v0.51.0)

Updates `pytz` from 2024.2 to 2025.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.2...release_2025.1)

Updates `s3transfer` from 0.10.4 to 0.11.2
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.4...0.11.2)

Updates `setuptools` from 75.6.0 to 75.8.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.8.0)

Updates `simplejson` from 3.19.3 to 3.20.1
- [Release notes](https://github.com/simplejson/simplejson/releases)
- [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt)
- [Commits](simplejson/simplejson@v3.19.3...v3.20.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: awslambdaric
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: simplejson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners February 17, 2025 21:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2025
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