Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
Update Jinja2 package and make dev-dependencies similar to other Grimoirelab packages.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Sep 26, 2022
1 parent f99178f commit 10025a8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 45 deletions.
73 changes: 31 additions & 42 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python = "^3.7"

PyMySQL = ">=0.7.0"
sqlalchemy = "~1.3.0"
jinja2 = "~3.0.1"
jinja2 = "^3.0.1"
python-dateutil = "^2.6.0"
pandas = ">=0.22, <=0.25.3"
numpy = "<1.21.1"
Expand All @@ -64,8 +64,8 @@ requests = "^2.9"
urllib3 = "^1.22"

[tool.poetry.dev-dependencies]
httpretty = "0.9.7"
flake8 = "^3.9.0"
httpretty = "^1.1.4"
flake8 = "^4.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
7 changes: 7 additions & 0 deletions releases/unreleased/update-package-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Update package dependencies
category: other
author: Jose Javier Merchante <jjmerchante@bitergia.com>
issue: null
notes: >
Update jinja2 package and dev-dependencies.

0 comments on commit 10025a8

Please sign in to comment.