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-packages group with 4 updates #60

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the python-packages group with 4 updates: pydantic, pydantic-settings, flake8 and bandit.

Updates pydantic from 2.7.3 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: pydantic/pydantic@v2.7.3...v2.7.4

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612
Commits

Updates pydantic-settings from 2.3.1 to 2.3.3

Release notes

Sourced from pydantic-settings's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.3.1...v2.3.2

Commits
  • f1b82d8 Prepare release 2.3.3 (#314)
  • bd294a4 Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)
  • abe7cc5 Fix an intriduced bug in parsing json field with discriminated union (#312)
  • b5d4534 Prepare release 2.3.2 (#310)
  • b2e84c2 Fix issue with nested model uppercase field name in case insensitive mode (#309)
  • 0a9faca Fix command line help from argparse formatting problem (#307)
  • 813ac94 Initialize CLI source on demand. (#305)
  • See full diff in compare view

Updates flake8 from 7.0.0 to 7.1.0

Commits

Updates bandit from 1.7.8 to 1.7.9

Release notes

Sourced from bandit's releases.

1.7.9

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.7.8...1.7.9

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 python-packages group with 4 updates: [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [flake8](https://github.com/pycqa/flake8) and [bandit](https://github.com/PyCQA/bandit).


Updates `pydantic` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.3...v2.7.4)

Updates `pydantic-settings` from 2.3.1 to 2.3.3
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.3.1...v2.3.3)

Updates `flake8` from 7.0.0 to 7.1.0
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

Updates `bandit` from 1.7.8 to 1.7.9
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.8...1.7.9)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Jun 17, 2024
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) June 17, 2024 05:51
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (c249405) to head (94f2d4a).
Report is 36 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #60   +/-   ##
========================================
  Coverage    92.76%   92.76%           
========================================
  Files           84       84           
  Lines         2448     2448           
  Branches       315      315           
========================================
  Hits          2271     2271           
  Misses         123      123           
  Partials        54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MTSOnGithub MTSOnGithub merged commit 1ae5c42 into develop Jun 17, 2024
16 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/pip/python-packages-f7fb516bba branch June 17, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependency Dependency-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants