Skip to content

Commit

Permalink
Update Black and Jinja2 because of security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 29, 2024
1 parent 8ceeb27 commit 293c54f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,23 @@ xmip = "^0.7.2"
tqdm = "^4.66.4"
pint = "^0.23"
xesmf = "^0.8.5"
esgf-pyclient = "^0.3.1"
xarray = "^2024.5.0"
esgf-pyclient = "^0.3.1"

[tool.poetry.group.secondary.dependencies]
jinja2 = ">=3.1.4"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pylint = "^3.0.3"
black = "^23.12.1"
isort = "^5.13.2"
bump-my-version = "^0.16.2"
tox = "^4.12.0"
flynt = "^1.0.1"
flake8 = "^7.0.0"
pre-commit = "^3.7.0"
flake8-pyproject = "^1.2.3"
black = "^24.4.2"

[tool.poetry.group.lab.dependencies]
jupyterlab = "^4.0.10"
Expand Down

0 comments on commit 293c54f

Please sign in to comment.