Skip to content

Commit

Permalink
setup: bump dclab to 0.62.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 24, 2025
1 parent 5b940b7 commit a14560b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- enh: setup INFO logging for `requests` (no more DEBUG logs)
- ref: setup DEBUG/INFO logging for `dcoraid` and `dclab`
- tests: avoid update check in custom GUI test
- setup: bump dclab to 0.62.11
0.16.8
- ci: maintenance release
0.16.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
license = {text = "GPL v3"}
dependencies = [
"dclab[dcor]>=0.62.10",
"dclab[dcor]>=0.62.11",
"numpy>=1.21",
"requests>=2.31", # CVE-2023-32681
"urllib3>=2.0", # requests_toolbelt and general compatibility
Expand Down

0 comments on commit a14560b

Please sign in to comment.