deps: update dependency sqlalchemy to v2.1.1 - #4957
renovate-bot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the sqlalchemy dependency to version 2.1.0 in the SQLAlchemy 2 sample's requirements.txt. The reviewer recommends updating the corresponding test requirements file (src/test/python/sqlalchemy2/requirements.txt) to the same version so that integration tests run with the updated dependency.
| psycopg[binary]==3.3.6 | ||
| pytz==2026.4 | ||
| sqlalchemy==2.0.54 | ||
| sqlalchemy==2.1.0 |
There was a problem hiding this comment.
The SQLAlchemy dependency in the sample is being updated to 2.1.0, but the corresponding test requirements file src/test/python/sqlalchemy2/requirements.txt still specifies sqlalchemy==2.0.45. Since the integration tests (e.g., SqlAlchemy2SampleTest.java) execute these sample scripts within the test environment, they will run using the older 2.0.45 version instead of the updated 2.1.0 version. To ensure that the sample is properly tested against the version of SQLAlchemy it actually specifies, please update src/test/python/sqlalchemy2/requirements.txt to use sqlalchemy==2.1.0 as well.
b288f21 to
40b4dbc
Compare
This PR contains the following updates:
==2.0.54→==2.1.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.