Skip to content

Commit

Permalink
Bump tqdm requirement to 4.60.0 for tqdm/tqdm#1148.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 27, 2022
1 parent 91d4a9a commit af2629c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/ci-oldest-reqs.txt
@@ -1,5 +1,5 @@
cloudpickle==1.1.1
deprecation==2.0.0
jinja2==2.10
tqdm==4.48.1
tqdm==4.60.0
jsonschema==3.0.0
5 changes: 5 additions & 0 deletions changelog.txt
Expand Up @@ -11,6 +11,11 @@ Version 0.19
[0.19.0] -- 2022-xx-xx
----------------------

Changed
+++++++

- Drop support for `tqdm <https://github.com/tqdm/tqdm>`__ versions older than `4.60.0` (#614).

Fixed
+++++

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,5 +2,5 @@ signac>=1.3.0
jinja2>=2.10
cloudpickle>=1.1.1
deprecation>=2.0.0
tqdm>=4.48.1
tqdm>=4.60.0
jsonschema>=3.0.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
# Deprecation management
"deprecation>=2.0.0",
# Progress bars
"tqdm>=4.48.1",
"tqdm>=4.60.0",
# For schema validation
"jsonschema>=3.0.0",
]
Expand Down

0 comments on commit af2629c

Please sign in to comment.