Skip to content

Commit

Permalink
Merge branch 'master' into dependabot-pip-flowapi-pytest-8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed May 1, 2024
2 parents 508dae0 + 46bff22 commit 3afb651
Show file tree
Hide file tree
Showing 7 changed files with 214 additions and 125 deletions.
2 changes: 1 addition & 1 deletion flowauth/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
flask = "<=2.2.5"
sqlalchemy = "<1.4.45"
sqlalchemy = "<2.0.30"
flask-sqlalchemy = "*"
flask-login = "*"
flask-principal = "*"
Expand Down
168 changes: 120 additions & 48 deletions flowauth/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 21 additions & 5 deletions flowauth/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flowdb/testdata/synthetic_data/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pandas = "*"
"psycopg2-binary" = "*"
structlog = "*"
tohu = "==0.6.7"
numpy = "<=1.26.2" # Tohu uses float division where it should be using int division, and hence passes a float where numpy expects an int (https://github.com/maxalbert/tohu/blob/3adf0c58b13ef1e1d716d7d613484d2adc58fb60/tohu/v6/primitive_generators.py#L335)
numpy = "<=1.26.4" # Tohu uses float division where it should be using int division, and hence passes a float where numpy expects an int (https://github.com/maxalbert/tohu/blob/3adf0c58b13ef1e1d716d7d613484d2adc58fb60/tohu/v6/primitive_generators.py#L335)
# This used to work, but doesn't as of numpy 1.26.0 (although I haven't managed to track down the relevant change or find a corresponding issue or changelog entry)
jinja2 = "*"
[dev-packages]
Expand Down

0 comments on commit 3afb651

Please sign in to comment.