-
Notifications
You must be signed in to change notification settings - Fork 9
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 backscope dependencies #43
Labels
maintenance
Functionality-orthogonal refactoring or code cleanup that needs doing
Comments
liammulh
added
the
maintenance
Functionality-orthogonal refactoring or code cleanup that needs doing
label
Jun 7, 2022
I'm not working on this right now. Unassigning myself. |
gwhitney
added a commit
to gwhitney/backscope
that referenced
this issue
Oct 23, 2023
…erface Updates click, Flask and several of its extensions, itsdangerous, Jinja2, MarkupSafe, SQLAlchemy, and Werkzeug. Removes the obsolete Flask-Script extension, as that has been superseded by the built-in Flask command-line interface `flask <COMMAND> ...` Reimplements `python manage.py test` as `flask test`. Makes progress on numberscope#43. Supersedes numberscope#63. Supersedes numberscope#90.
katestange
pushed a commit
that referenced
this issue
Oct 23, 2023
…erface (#94) * build(deps): bump flask from 1.1.4 to 2.2.5 Bumps [flask](https://github.com/pallets/flask) from 1.1.4 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@1.1.4...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update interdependent dependencies and revise command-line interface Updates click, Flask and several of its extensions, itsdangerous, Jinja2, MarkupSafe, SQLAlchemy, and Werkzeug. Removes the obsolete Flask-Script extension, as that has been superseded by the built-in Flask command-line interface `flask <COMMAND> ...` Reimplements `python manage.py test` as `flask test`. Makes progress on #43. Supersedes #63. Supersedes #90. * fix: typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gwhitney
added a commit
to gwhitney/backscope
that referenced
this issue
Oct 23, 2023
As hoped, this upgrade significantly simplifies the install-requirements.sh script. Provides additional progress on numberscope#43. Note this must be tested with care (additional details in PR). Resolves numberscope#82.
Merged
gwhitney
added a commit
that referenced
this issue
Oct 23, 2023
gwhitney
added a commit
to gwhitney/backscope
that referenced
this issue
Oct 23, 2023
As this involves updating key Flask extensions, testing should involve blowing away and recreating the database, as well as other standard testing. Of course don't forget to run `sh tools/install-requirements.sh` after checking out this branch and before beginning testing. Resolves numberscope#43.
katestange
pushed a commit
that referenced
this issue
Oct 24, 2023
* chore: Update all remaining dependencies. As this involves updating key Flask extensions, testing should involve blowing away and recreating the database, as well as other standard testing. Of course don't forget to run `sh tools/install-requirements.sh` after checking out this branch and before beginning testing. Resolves #43. * chore: back off to numpy-1.23.5 to avoid python3.9 dependency * doc: Only promise it will work with Python 3.8+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should be using the newest versions of the dependencies we need for backscope.
The text was updated successfully, but these errors were encountered: