Skip to content

Commit

Permalink
Merge pull request #342 from Clinical-Genomics/update_py
Browse files Browse the repository at this point in the history
Update pytest to address a ReDoS vulnerability
  • Loading branch information
northwestwitch authored Aug 15, 2024
2 parents 4529ac7 + 793dc85 commit 1d27222
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 64 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Sort alphabetically the list genes that are incompletely covered on report page
### Fixed
- Updated dependencies including `certifi` to address dependabot alert
- Update pytest to v.7.4.4 to address a `ReDoS` vulnerability

## [1.9]
### Added
Expand Down
69 changes: 8 additions & 61 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ fastapi = "0.111"
python-multipart = "^0.0.9"
schug = "1.6.0"
certifi = "^2024.7.4"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest = "7.4.4"

[tool.poetry.extras]
m1 = ["pyd4"]
Expand Down

0 comments on commit 1d27222

Please sign in to comment.