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

chore(deps): update dependency pydantic to v2.9.2 #5

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) ==2.8.2 -> ==2.9.2 age adoption passing confidence

Release Notes

pydantic/pydantic (pydantic)

v2.9.2

Compare Source

GitHub release

What's Changed
Fixes

v2.9.1: (2024-09-09)

Compare Source

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0

Compare Source

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed
Packaging
New Features
Changes
Performance
Minor Internal Improvements
Fixes
New Contributors
pydantic
pydantic-core

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 17, 2024 13:21
Copy link
Contributor

Lint checks failed for d2858c9

```

/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/lib/charms/bind:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/lib/charms/bind'
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:7:1: F401 'os' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:9:1: F401 'shutil' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:10:1: F401 'tempfile' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:11:1: F401 'time' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:12:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:44:100: W505 doc line too long (102 > 99 characters)
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:142:10: N802 function name '_generate_PEM_file_local' should be lowercase
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:143:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:151:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:159:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:167:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:175:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:7:1: F401 'json' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:8:1: F401 'pathlib' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:12:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/test_charm.py:9:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/test_charm.py:15:1: F401 'constants' imported but unused

Copy link
Contributor

Test coverage for d2858c9

Name                Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------
src/charm.py           29     29      0      0     0%   7-57
src/constants.py        2      2      0      0     0%   6-7
src/exceptions.py       3      3      0      0     0%   7-20
src/irc.py             68     68      2      0     0%   6-180
---------------------------------------------------------------
TOTAL                 102    102      2      0     0%

Static code analysis report

Run started:2024-07-17 13:22:27.170803

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 391
  Total lines skipped (#nosec): 1
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@renovate renovate bot changed the title chore(deps): update dependency pydantic to v2.8.2 chore(deps): update dependency pydantic to v2.9.0 Sep 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency pydantic to v2.9.0 chore(deps): update dependency pydantic to v2.9.1 Sep 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency pydantic to v2.9.1 chore(deps): update dependency pydantic to v2.9.2 Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant