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 pip dependencies #897

Merged
merged 5 commits into from
Nov 17, 2022
Merged

Update pip dependencies #897

merged 5 commits into from
Nov 17, 2022

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Nov 8, 2022

Since flask-restx finally released the new version which is compatible with Flask 2.2.x, we can update our frontend dependencies.
I also updated all the other dependencies where possible and fixed resulting problems (mostly tests).

@jstucke jstucke requested a review from maringuu November 8, 2022 15:07
@jstucke jstucke self-assigned this Nov 8, 2022
Copy link
Collaborator

@maringuu maringuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following modules did increase their major version:

  • crpytography
  • docker
  • pytest-cov
  • bcrypt
  • flask_restx
  • flask-security-too
  • flask_sqlalchemy
  • more_itertools
  • cstruct

Its alot but did you read the changelogs?
Theoretically backwards incompatible changes that dont have test coverage by our tests could have been made.

OMG the tests were dependent on another and wouldn't work when executed individually. Who wrote this? 🤬
and removed one useless test
@maringuu maringuu merged commit 246c3fd into master Nov 17, 2022
@maringuu maringuu deleted the update_pip_dependencies branch November 17, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants