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

build(deps): bump the prod-deps group across 1 directory with 3 updates #1838

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps the prod-deps group with 3 updates in the / directory: pydantic, hubspot-api-client and pyjwt.

Updates pydantic from 2.10.1 to 2.10.2

Release notes

Sourced from pydantic's releases.

v2.10.2 2024-11-26

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.1...v2.10.2

Changelog

Sourced from pydantic's changelog.

v2.10.2 (2024-11-25)

GitHub release

What's Changed

Fixes

Commits
  • fe32515 Prepare for v2.10.2 release (#10982)
  • 226cfaf Hide BaseModel.__replace__ definition from type checkers (#10979)
  • 02229a6 hashing support for urls (#10975)
  • a9cf39c Fix type hint of Field.default to be compatible with Python 3.8 and 3.9 (#1...
  • 869eafd Support serialization as any for Secret types and Url types (#10947)
  • 7c0ed72 Do not evaluate annotations for private fields (#10962)
  • d6fc7fc Only evaluate FieldInfo annotations if required during schema building (#10...
  • See full diff in compare view

Updates hubspot-api-client from 10.0.0 to 11.0.0

Release notes

Sourced from hubspot-api-client's releases.

11.0.0

Associations

  • Added assiciations.v4.report_api Api.
  • Added assiciations.v4.schema.definition_configurations_api Api.

Marketing Events

  • Added marketing.events.list_associations_api Api.
  • Renamed method create_by_contact_email to record_by_contact_emails in marketing.events.attendance_subscriber_state_changes_api.
  • Renamed method create_by_contact_id to record_by_contact_ids in marketing.events.attendance_subscriber_state_changes_api.
  • Remove parameters attendance_state_calculation_timestamp and import_status to marketing.events.models.marketing_event_update_request_params.

Other changes

  • Added api_request Api(for requests by curl).
  • Enhance get_all method.
  • Added possibility change all configuration params("proxy", "proxy_headers" and ect.).
  • Fix call crm.tickets.merge_api.
  • Update README.
  • Update requires.
  • Update Makefile.
Changelog

Sourced from hubspot-api-client's changelog.

11.0.0 - 2024-11-27

Associations

  • Added assiciations.v4.report_api Api.
  • Added assiciations.v4.schema.definition_configurations_api Api.

Marketing Events

  • Added marketing.events.list_associations_api Api.
  • Renamed method create_by_contact_email to record_by_contact_emails in marketing.events.attendance_subscriber_state_changes_api.
  • Renamed method create_by_contact_id to record_by_contact_ids in marketing.events.attendance_subscriber_state_changes_api.
  • Remove parameters attendance_state_calculation_timestamp and import_status to marketing.events.models.marketing_event_update_request_params.

Other changes

  • Added api_request Api(for requests by curl).
  • Enhance get_all method.
  • Added possibility change all configuration params("proxy", "proxy_headers" and ect.).
  • Fix call crm.tickets.merge_api.
  • Update README.
  • Update requires.
  • Update Makefile.
Commits
  • 3bb25a3 Merge pull request #363 from HubSpot/11.0.0
  • 2c2a1a6 update discovery tests
  • bc2ee87 Merge pull request #362 from HubSpot/feature/update-changelog
  • 7dda5bd Update changelog and version
  • 8ace27d Merge pull request #360 from HubSpot/feature/update-discovery
  • 19e81ad Update discoveries, Clean up
  • 9a93a90 Merge pull request #359 from HubSpot/feature/update-makefile
  • bd1dc42 update Makefile
  • 77beb38 Merge pull request #358 from HubSpot/codegen-crm-associations
  • ba0d48d regen missing file
  • Additional commits viewable in compare view

Updates pyjwt from 2.10.0 to 2.10.1

Release notes

Sourced from pyjwt's releases.

2.10.1

Fixed

Full Changelog: jpadilla/pyjwt@2.10.0...2.10.1

Changelog

Sourced from pyjwt's changelog.

v2.10.1 <https://github.com/jpadilla/pyjwt/compare/2.10.0...2.10.1>__

Fixed


- Prevent partial matching of `iss` claim by @fabianbadoi in `GHSA-75c5-xw7c-p5pm <https://github.com/jpadilla/pyjwt/security/advisories/GHSA-75c5-xw7c-p5pm>`__
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 prod-deps group with 3 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python) and [pyjwt](https://github.com/jpadilla/pyjwt).


Updates `pydantic` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.1...v2.10.2)

Updates `hubspot-api-client` from 10.0.0 to 11.0.0
- [Release notes](https://github.com/HubSpot/hubspot-api-python/releases)
- [Changelog](https://github.com/HubSpot/hubspot-api-python/blob/master/CHANGELOG.md)
- [Commits](HubSpot/hubspot-api-python@v.10.0.0...v11.0.0)

Updates `pyjwt` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.10.0...2.10.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: hubspot-api-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

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 Nov 29, 2024
@lukapeschke lukapeschke merged commit 3dc5191 into master Nov 29, 2024
4 checks passed
@lukapeschke lukapeschke deleted the dependabot/pip/prod-deps-c01f556526 branch November 29, 2024 09:46
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