Skip to content

Commit

Permalink
build(deps): bump the prod-deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic) and [hubspot-api-client](https://github.com/HubSpot/hubspot-api-python).


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)

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 3a8d51e commit e295d13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ google-cloud-bigquery = { version = ">=3,<4", extras = [
"bqstorage",
"pandas",
], optional = true }
hubspot-api-client = { version = ">=7.4,<11.0", optional = true }
hubspot-api-client = { version = ">=7.4,<12.0", optional = true }
jq = { version = "^1.2.2", optional = true }
lxml = { version = ">=4.6.5,<6.0.0", optional = true }
oauth2client = { version = "^4.1.3", optional = true }
Expand Down

0 comments on commit e295d13

Please sign in to comment.