canonical / ubuntu-com-security-api

The API for CVEs and USNs data.
17 stars 9 forks source link

Update all dependencies #118

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SQLAlchemy (changelog) ==1.4.29 -> ==1.4.46 age adoption passing confidence
SQLAlchemy-Utils ==0.38.2 -> ==0.39.0 age adoption passing confidence
flask-apispec (changelog) ==0.11.0 -> ==0.11.4 age adoption passing confidence
launchpadlib (source) ==1.10.15.1 -> ==1.11.0 age adoption passing confidence
marshmallow (changelog) ==3.14.1 -> ==3.19.0 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.9.3 -> ==2.9.5 age adoption passing confidence

Release Notes

kvesteri/sqlalchemy-utils ### [`v0.39.0`](https://togithub.com/kvesteri/sqlalchemy-utils/releases/tag/0.39.0) [Compare Source](https://togithub.com/kvesteri/sqlalchemy-utils/compare/0.38.3...0.39.0) - Support Python 3.11. - Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade. - Fix a crash that occurs if the `colour-science` package is installed, which shares the same import name as the `colour` package that sqlalchemy-utils supports. ([#​637](https://togithub.com/kvesteri/sqlalchemy-utils/pull/637), courtesy of JayPalm) - Fix a crash that occurs if the installed sqlalchemy version is a beta (like `"2.0.0b3"`). (Reported in [#​643](https://togithub.com/kvesteri/sqlalchemy-utils/pull/643), thanks Dinmukhamet!) ### [`v0.38.3`](https://togithub.com/kvesteri/sqlalchemy-utils/compare/0.38.2...0.38.3) [Compare Source](https://togithub.com/kvesteri/sqlalchemy-utils/compare/0.38.2...0.38.3)
jmcarp/flask-apispec ### [`v0.11.4`](https://togithub.com/jmcarp/flask-apispec/compare/0.11.3...0.11.4) [Compare Source](https://togithub.com/jmcarp/flask-apispec/compare/0.11.3...0.11.4) ### [`v0.11.3`](https://togithub.com/jmcarp/flask-apispec/compare/0.11.2...0.11.3) [Compare Source](https://togithub.com/jmcarp/flask-apispec/compare/0.11.2...0.11.3) ### [`v0.11.2`](https://togithub.com/jmcarp/flask-apispec/compare/0.11.1...0.11.2) [Compare Source](https://togithub.com/jmcarp/flask-apispec/compare/0.11.1...0.11.2) ### [`v0.11.1`](https://togithub.com/jmcarp/flask-apispec/compare/0.11.0...0.11.1) [Compare Source](https://togithub.com/jmcarp/flask-apispec/compare/0.11.0...0.11.1)
marshmallow-code/marshmallow ### [`v3.19.0`](https://togithub.com/marshmallow-code/marshmallow/compare/3.18.0...3.19.0) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.18.0...3.19.0) ### [`v3.18.0`](https://togithub.com/marshmallow-code/marshmallow/compare/3.17.1...3.18.0) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.17.1...3.18.0) ### [`v3.17.1`](https://togithub.com/marshmallow-code/marshmallow/compare/3.17.0...3.17.1) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.17.0...3.17.1) ### [`v3.17.0`](https://togithub.com/marshmallow-code/marshmallow/compare/3.16.0...3.17.0) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.16.0...3.17.0) ### [`v3.16.0`](https://togithub.com/marshmallow-code/marshmallow/compare/3.15.0...3.16.0) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.15.0...3.16.0) ### [`v3.15.0`](https://togithub.com/marshmallow-code/marshmallow/compare/3.14.1...3.15.0) [Compare Source](https://togithub.com/marshmallow-code/marshmallow/compare/3.14.1...3.15.0)

Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

carkod commented 1 year ago

@mtruj013 can you take a look at this one? I'm not sure why the test is failing, if it just doesn't work with the new version, just revert it back to the latest working version

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

mtruj013 commented 1 year ago

@mtruj013 can you take a look at this one? I'm not sure why the test is failing, if it just doesn't work with the new version, just revert it back to the latest working version

The dependency that's throwing the error isn't one being renovated at all and what's even more confusing is we've been using that version since last year without problems. I did try reverting it just as a sanity check, but as expected that didn't work. @nottrobin have you seen this error before?

codecov[bot] commented 1 year ago

Codecov Report

Merging #118 (5e33566) into main (f494789) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files          25       25           
  Lines        1248     1248           
=======================================
  Hits         1010     1010           
  Misses        238      238           
Flag Coverage Δ
python 80.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.