Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

chore(deps): update dependency jsonschema to >=4.21,<4.22 #76

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonschema (changelog) >=4.20,<4.21 -> >=4.21,<4.22 age adoption passing confidence

Release Notes

python-jsonschema/jsonschema (jsonschema)

v4.21.0

Compare Source

=======

  • Fix the behavior of enum in the presence of 0 or 1 to properly consider True and False unequal (#​1208).
  • Special case the error message for {min,max}{Items,Length,Properties} when they're checking for emptiness rather than true length.

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 16, 2024 17:02
Copy link
Contributor

Test coverage for 0b0fa1a

Name                        Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------
src/charm.py                   64     11      8      3    78%   45-47, 97-98, 100-101, 121->exit, 129-130, 134-135
src/charm_state.py             97      5     16      3    91%   29, 216-218, 321
src/charm_types.py              8      0      0      0   100%
src/constants.py               10      0      0      0   100%
src/database_migration.py      47      0      6      0   100%
src/databases.py               51     11     15      1    79%   74-75, 131-133, 137-141, 149
src/exceptions.py               5      0      0      0   100%
src/flask_app.py               50      2     18      2    94%   69->71, 106-107
src/observability.py           22      0      0      0   100%
src/secret_storage.py          35      3      6      2    88%   45->exit, 74, 87-88
src/webserver.py               65      4     12      1    94%   132, 138-144
-----------------------------------------------------------------------
TOTAL                         454     36     81     12    90%

Static code analysis report

Run started:2024-01-16 17:04:06.537602

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 1036
  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):

@weiiwang01
Copy link
Collaborator

All the content of this repository will be moved to the xiilib repository and this repository will be deprecated, close this for now.

@weiiwang01 weiiwang01 closed this Jan 17, 2024
Copy link
Contributor Author

renovate bot commented Jan 17, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (>=4.21,<4.22). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonschema-4.x branch January 17, 2024 14:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants