Skip to content

Commit b632242

Browse files
authored
Merge pull request #3 from dc-aichara/fix/fix_security_issue
fix: Fix security issue
2 parents 43ad0b5 + 5268679 commit b632242

File tree

3 files changed

+25
-34
lines changed

3 files changed

+25
-34
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
[![](https://img.shields.io/badge/PriceIndices-1.3.0-blue)](https://github.com/dc-aichara/PriceIndices)
3+
[![](https://img.shields.io/badge/PriceIndices-1.4.0-blue)](https://github.com/dc-aichara/PriceIndices)
44

55

66
## Development Environment

poetry.lock

Lines changed: 23 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ numpy = "^1.24.1"
1515
matplotlib = "^3.6.3"
1616

1717
[tool.poetry.group.dev.dependencies]
18-
pytest = "^6.2.4"
18+
pytest = "^7.2.1"
1919
black = "^22.3.0"
2020
flake8 = "^3.9.2"
2121
mypy = "^0.942"

0 commit comments

Comments
 (0)