Skip to content

Commit

Permalink
Merge pull request #129 from Clinical-Genomics/upgrade_setuptools_v70
Browse files Browse the repository at this point in the history
Updated setuptools to v.71 to fix a security issue
  • Loading branch information
northwestwitch authored Jul 18, 2024
2 parents d6a4017 + 123ee47 commit f153cf0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [unreleased]
### Fixed
- Updated setuptools to v.71 to fix a security issue

## [2.6]
### Added
- An endpoint `/apitest-status` that returns a response containing the status of a test submission, with link to the eventual json file with the submissions data errors
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ python-multipart = "^0.0.7"
jsonschema = "^4.21.1"
responses = "^0.21.0"
httpx = "^0.27.0"
setuptools = "^71.0.1"
importlib-resources = "^6.4.0"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit f153cf0

Please sign in to comment.