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

Update dependency SQLAlchemy to v2 #1534

Merged
merged 3 commits into from
Feb 15, 2024
Merged

Update dependency SQLAlchemy to v2 #1534

merged 3 commits into from
Feb 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SQLAlchemy (changelog) ^1.4.41 -> ^2.0.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "every weekday" (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.

🔕 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 26, 2023 23:20
@softwarefactory-project-zuul
Copy link

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

✔️ fi-tox-mypy SUCCESS in 6m 49s
✔️ fi-tox-lint SUCCESS in 4m 12s
✔️ fi-tox-format SUCCESS in 4m 16s
fi-tox-python38 FAILURE in 13m 42s
fi-tox-python39 FAILURE in 13m 41s
fi-tox-python310 FAILURE in 14m 35s
fi-tox-docs FAILURE in 5m 47s
✔️ fi-tox-bandit SUCCESS in 5m 00s
fi-tox-diff-cover FAILURE in 14m 31s

@renovate
Copy link
Contributor Author

renovate bot commented Jan 27, 2023

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.

@Zlopez
Copy link
Contributor

Zlopez commented Jan 27, 2023

Fixed most of the tests, except the docs. This one needs fixes in sqlalchemy_schemadisplay library. I already reported the issue on their tracker.

@softwarefactory-project-zuul
Copy link

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

✔️ fi-tox-mypy SUCCESS in 7m 07s
✔️ fi-tox-lint SUCCESS in 4m 14s
✔️ fi-tox-format SUCCESS in 4m 32s
✔️ fi-tox-python38 SUCCESS in 8m 57s
✔️ fi-tox-python39 SUCCESS in 8m 57s
✔️ fi-tox-python310 SUCCESS in 8m 45s
fi-tox-docs FAILURE in 6m 07s
✔️ fi-tox-bandit SUCCESS in 5m 08s
✔️ fi-tox-diff-cover SUCCESS in 9m 43s

renovate bot and others added 3 commits February 15, 2024 13:17
The SQLAlchemy 2.0.0 has some changes that caused your tests to fail. I fixed
the nested transaction and the select clause.

Removed one test case, because it now causes StopIteration in mock library.
Basically it tries to call mocked method in rollback and it is stuck in endless
loop.

Signed-off-by: Michal Konečný <[email protected]>
@Zlopez Zlopez force-pushed the renovate/sqlalchemy-2.x branch from 3b6c6fd to b43e2ad Compare February 15, 2024 12:49
Copy link

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/67390cb70ec14bf5a00d9756f23d856a

✔️ fi-tox-mypy SUCCESS in 7m 06s
✔️ fi-tox-lint SUCCESS in 4m 40s
✔️ fi-tox-format SUCCESS in 6m 01s
✔️ fi-tox-python38 SUCCESS in 9m 17s
✔️ fi-tox-python39 SUCCESS in 10m 12s
✔️ fi-tox-python310 SUCCESS in 7m 55s
✔️ fi-tox-python311 SUCCESS in 9m 43s
✔️ fi-tox-docs SUCCESS in 7m 44s
✔️ fi-tox-bandit SUCCESS in 5m 54s
✔️ fi-tox-diff-cover SUCCESS in 9m 15s

@mergify mergify bot merged commit 6f5b1fa into master Feb 15, 2024
7 of 8 checks passed
@Zlopez Zlopez deleted the renovate/sqlalchemy-2.x branch February 15, 2024 13:01
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