Skip to content

Commit d72fc76

Browse files
#58: Restricted typeguard version (#59)
* Update toml file * Update unreleased doc
1 parent adf9099 commit d72fc76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/changes/unreleased.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ TBD
1414
* Updated dependencies to address security issue (internal: poetry.lock)
1515
* CVE-2023-0286
1616
* CVE-2023-23931
17+
18+
# Dependencies
19+
- #58: Restricted typeguard version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords = ['exasol', 'bucketfs']
2626
python = ">=3.8,<4.0"
2727
requests = ">=2.24.0"
2828
joblib=">=1.0.1"
29-
typeguard = ">=2.11.1"
29+
typeguard = "^2.11.1"
3030

3131

3232
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)