Skip to content

Commit

Permalink
setup: bump dclab from 0.47.4 to 0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 9, 2023
1 parent 01d8597 commit fbeb1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.11.18
- setup: bump dclab from 0.47.4 to 0.48.1
0.11.17
- setup: bump dclab from 0.47.2 to 0.47.4
0.11.16
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=[
"dclab[dcor]==0.47.4", # pin for triage
"dclab[dcor]==0.48.1", # pin for triage
"numpy>=1.21",
"requests>=2.13",
"requests_toolbelt", # multipart uploads with progress
Expand Down

0 comments on commit fbeb1f5

Please sign in to comment.