Skip to content

Commit 003f73f

Browse files
committed
Required python package boltons version bump
1 parent 15b74f6 commit 003f73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boltons>=20.2.1
1+
boltons>=23.1.1
22
bs4>=0.0.1
33
dask[bag]>=2.14.0
44
deepdiff>=6.2.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url='https://github.com/NCAR/wrf_hydro_py',
1212
license='MIT',
1313
install_requires=[
14-
'boltons>=20.2.1',
14+
'boltons>=23.1.1',
1515
'bs4>=0.0.1',
1616
'dask[bag]>=2.14.0',
1717
'deepdiff>=6.2.3',

whp_test_env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- boltons>=20.2.1
6+
- boltons>=23.1.1
77
- bs4>=0.0.1
88
- dask[bag]>=2.14.0
99
- deepdiff==6.3.0

0 commit comments

Comments
 (0)