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 backscope dependencies #43

Closed
liammulh opened this issue Jun 7, 2022 · 1 comment · Fixed by #98
Closed

Update backscope dependencies #43

liammulh opened this issue Jun 7, 2022 · 1 comment · Fixed by #98
Labels
maintenance Functionality-orthogonal refactoring or code cleanup that needs doing

Comments

@liammulh
Copy link
Member

liammulh commented Jun 7, 2022

We should be using the newest versions of the dependencies we need for backscope.

@liammulh liammulh moved this to Todo in 02 Update backscope Jun 7, 2022
@liammulh liammulh self-assigned this Jun 7, 2022
@liammulh liammulh added the maintenance Functionality-orthogonal refactoring or code cleanup that needs doing label Jun 7, 2022
@liammulh
Copy link
Member Author

I'm not working on this right now. Unassigning myself.

@liammulh liammulh removed their assignment Jan 11, 2023
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.
gwhitney added a commit that referenced this issue Oct 23, 2023
As hoped, this upgrade significantly simplifies the install-requirements.sh
  script. Provides additional progress on #43.
  Note this must be tested with care (additional details in PR).
  Resolves #82.
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+
@github-project-automation github-project-automation bot moved this from Todo to Done in 02 Update backscope Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Functionality-orthogonal refactoring or code cleanup that needs doing
Projects
Development

Successfully merging a pull request may close this issue.

1 participant