-
Notifications
You must be signed in to change notification settings - Fork 37
Bump sqlalchemy from 1.4.52 to 2.0.35 #1168
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
Conversation
@dependabot rebase |
4ff4707
to
ca01025
Compare
@dependabot rebase |
ca01025
to
b84e5c8
Compare
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 2.0.35. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
b84e5c8
to
d844aa4
Compare
…der and token only
for more information, see https://pre-commit.ci
…d/website into dependabot/pip/sqlalchemy-2.0.35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps SQLAlchemy from 1.4.52 to 2.0.35 and updates various dependency versions and configuration settings to support a new development domain. Key changes include:
- Updating dependency versions in requirements.in and package.json.
- Refactoring configuration, admin views, and development scripts (docker-compose, Procfile.dev, and Makefile) for improved development setup.
- Removing embedded self‐signed certificates to reflect new infrastructure and domain settings.
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
requirements.in | Updated dependency constraints to support SQLAlchemy 2.x and added several new packages. |
package.json | Added a new devDependency for SASS transformation. |
migrations/env.py | Minor syntax update with an added trailing comma. |
jazzband/projects/views.py | Cleaned up error message string formatting. |
jazzband/config.py | Updated SERVER_NAME and HOSTNAMES to use the new domain. |
jazzband/admin.py | Refactored inline models and removed the explicit template_mode setting. |
jazzband/account/views.py | Consolidated error message formatting. |
docker-compose.yml | Added an environment variable for insecure OAuth transport and new service labels. |
certs/* | Removed embedded self-signed certificate and key files. |
README.md | Updated documentation to reflect the new development domain and tooling. |
Procfile.dev | Removed certificate flags from the Flask run command for development. |
Makefile | Removed mkcert trust and cert targets in line with certificate removal. |
Comments suppressed due to low confidence (3)
jazzband/admin.py:92
- [nitpick] The removal of the explicit template_mode setting may affect the UI theme. Please confirm that adopting the default theme settings is intentional.
template_mode="bootstrap4",
Makefile:57
- [nitpick] The removal of the mkcert trust and cert targets may affect new developer setup. Please update the README or setup instructions if this change is intentional.
trust:
Procfile.dev:1
- [nitpick] The removal of the certificate parameters from the Flask run command indicates a switch to HTTP in development. Confirm that this change aligns with your development and testing requirements.
web: flask run -h 0.0.0.0 -p 5000
Bumps sqlalchemy from 1.4.52 to 2.0.35.
Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)