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 sqlalchemy to v2.0.37 #1903

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install tox
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyyaml==6.0.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0
referencing==0.35.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
requests==2.32.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
rpds-py==0.22.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
sqlalchemy==2.0.36 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
sqlalchemy==2.0.37 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
typing-extensions==4.12.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
urllib3==2.2.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
werkzeug==3.1.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charm_tst_path = {[vars]tst_path}charm/
all_path = {[vars]src_path} {[vars]tst_path}

[testenv]
basepython = python3.10
basepython = python3.12
allowlist_externals=python
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/lib:{[vars]src_path}
Expand Down
Loading